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

[CMake] Disable warnings in SWMMInterface.

parent caf5b087
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ endif() ...@@ -51,6 +51,7 @@ endif()
if(OGS_BUILD_SWMM) if(OGS_BUILD_SWMM)
add_subdirectory(SWMMInterface) add_subdirectory(SWMMInterface)
set_target_properties(SWMM SwmmInterface PROPERTIES COMPILE_FLAGS /W0)
endif() endif()
if(OGS_BUILD_METIS) if(OGS_BUILD_METIS)
......
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