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 ee1eab6 commit 4659263Copy full SHA for 4659263
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