Skip to content
Snippets Groups Projects
Commit 669859a8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Set OGS_BUILD_SWMM to ON per default on Windows.

parent 3c2c8159
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ option(OGS_BUILD_GUI "Should the Data Explorer be built?" OFF) ...@@ -96,7 +96,7 @@ option(OGS_BUILD_GUI "Should the Data Explorer be built?" OFF)
option(OGS_BUILD_UTILS "Should the utilities programms be built?" OFF) option(OGS_BUILD_UTILS "Should the utilities programms be built?" OFF)
if(WIN32) if(WIN32)
option(OGS_BUILD_SWMM "Should the SWMM interface be built?" OFF) option(OGS_BUILD_SWMM "Should the SWMM interface be built?" ON)
endif() endif()
if(NOT WIN32 AND OGS_BUILD_SWMM) if(NOT WIN32 AND OGS_BUILD_SWMM)
message(FATAL_ERROR "OGS_BUILD_SWMM requires Windows!") message(FATAL_ERROR "OGS_BUILD_SWMM requires Windows!")
......
...@@ -14,7 +14,6 @@ build gui win: ...@@ -14,7 +14,6 @@ build gui win:
-DOGS_BUILD_CLI=OFF -DOGS_BUILD_CLI=OFF
-DOGS_BUILD_GUI=ON -DOGS_BUILD_GUI=ON
-DOGS_BUILD_UTILS=ON -DOGS_BUILD_UTILS=ON
-DOGS_BUILD_SWMM=ON
-DOGS_USE_NETCDF=ON -DOGS_USE_NETCDF=ON
-DOGS_CI_TESTRUNNER_REPEAT=1 -DOGS_CI_TESTRUNNER_REPEAT=1
parallel: parallel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment