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 25b5459 commit c71b31dCopy full SHA for c71b31d
tests/Boost_Tests/CMakeLists.txt
@@ -18,6 +18,9 @@ add_executable(${PROJECT_NAME}
18
# -DBOOST_ROOT=/usr/local/Cellar/boost/1.76.0/
19
# 2. In CLion, you can supply this argument in each of your CMake profiles, with:
20
# Preferences -> Build, Execution, Deployment -> CMake -> 'CMake options:'
21
+if(POLICY CMP0167)
22
+ cmake_policy(SET CMP0167 NEW)
23
+endif()
24
find_package(Boost 1.60.0 COMPONENTS REQUIRED)
25
if (Boost_FOUND)
26
0 commit comments