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.
1 parent af73cb3 commit de622b6Copy full SHA for de622b6
CMakeLists.txt
@@ -42,6 +42,11 @@ include(GenerateExportHeader)
42
include(CTest)
43
include(FetchContent)
44
45
+# FindBoost, take care of it now.
46
+if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30)
47
+ cmake_policy(SET CMP0167 NEW)
48
+endif()
49
+
50
# When building with ninja-multiconfig, build both debug and release by default
51
if(CMAKE_GENERATOR STREQUAL "Ninja Multi-Config")
52
set(CMAKE_CROSS_CONFIGS "Debug;Release")
0 commit comments