Skip to content

Commit

Permalink
Fix conditional compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Oct 31, 2024
1 parent 6e8a39a commit 8fe39f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sources for the main neXtSIM model

if(USE_XIOS)
if(ENABLE_XIOS)
set(ParaGridIOImpl "ParaGridIO_Xios")
else()
set(ParaGridIOImpl "ParaGridIO")
Expand All @@ -18,7 +18,6 @@ set(BaseSources
"CommonRestartMetadata.cpp"
"RectGridIO.cpp"
"${ParaGridIOImpl}.cpp"
"ParaGridIO_Xios.cpp"
"FileCallbackCloser.cpp"
"Finalizer.cpp"
"DevStep.cpp"
Expand Down

0 comments on commit 8fe39f1

Please sign in to comment.