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.
2 parents cbd38e4 + 4659263 commit 61d87efCopy full SHA for 61d87ef
CMakeLists.txt
@@ -53,6 +53,11 @@ else()
53
endif()
54
55
56
+# Use BoostConfig module distributed by boost library instead of using FindBoost module distributed
57
+# by CMake
58
+if(POLICY CMP0167)
59
+ cmake_policy(SET CMP0167 NEW)
60
+endif()
61
INCLUDE(${JRL_CMAKE_MODULES}/base.cmake)
62
INCLUDE(${JRL_CMAKE_MODULES}/boost.cmake)
63
INCLUDE(${JRL_CMAKE_MODULES}/ide.cmake)
0 commit comments