From f69d393c6ad181fe315b152b9fa4fdc86b977fbf Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 13 Dec 2018 09:48:31 +0100
Subject: [PATCH] [CMake] Suppress Boost warnings on newest MSVC.

---
 scripts/cmake/CompilerSetup.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/cmake/CompilerSetup.cmake b/scripts/cmake/CompilerSetup.cmake
index dc59f2dd852..37842a4c141 100644
--- a/scripts/cmake/CompilerSetup.cmake
+++ b/scripts/cmake/CompilerSetup.cmake
@@ -122,6 +122,7 @@ if(MSVC)
         # This fixes compile errors with
         # std::numeric_limits<T>::min() / max()
         -DNOMINMAX
+        -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE # when VC is newer than Boost
     )
     set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /ignore:4099")
 endif()
-- 
GitLab