From 1dc54c866c827bbb8dc2b2fc9be67baf4b2401b0 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 4 May 2017 14:58:28 +0200
Subject: [PATCH] [CMake] Disable warnings in SWMMInterface.

---
 ThirdParty/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index cfc9b888e1a..3dae343e109 100644
--- a/ThirdParty/CMakeLists.txt
+++ b/ThirdParty/CMakeLists.txt
@@ -51,6 +51,7 @@ endif()
 
 if(OGS_BUILD_SWMM)
     add_subdirectory(SWMMInterface)
+    set_target_properties(SWMM SwmmInterface PROPERTIES COMPILE_FLAGS /W0)
 endif()
 
 if(OGS_BUILD_METIS)
-- 
GitLab