We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CMP0167
1 parent c59e3cf commit 097f4bdCopy full SHA for 097f4bd
cmake/modules/3rdParty.cmake
@@ -6,6 +6,9 @@ if (DEFINED THIRD_PARTY_MODULE_LOADED)
6
endif ()
7
set(THIRD_PARTY_MODULE_LOADED YES)
8
9
+# prefer upstream find module of Boost
10
+cmake_policy(SET CMP0167 NEW)
11
+
12
cmake_policy(SET CMP0067 NEW) # make check_cxx_source_compiles() pick up the variables for the C++ version
13
include(CheckCXXSourceCompiles)
14
0 commit comments