diff --git a/CMakeLists.txt b/CMakeLists.txt index 69c6e3f8ae10a5d1896a3b3a87059428c01d4e8a..788c849537a072c2c312c0ae2200b048455f51f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,13 @@ if(OGS_BUILD_GUI) endif() option(OGS_BUILD_UTILS "Should the utilities programms be built?" OFF) +if(WIN32) + option(OGS_BUILD_SWMM "Should the SWMM interface be built?" OFF) +endif() +if(NOT WIN32 AND OGS_BUILD_SWMM) + message(FATAL_ERROR "OGS_BUILD_SWMM requires Windows!") +endif() + option(OGS_NO_EXTERNAL_LIBS "Builds OGS without any external dependencies." OFF) # Linear solvers