We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316fff8 commit ba2667dCopy full SHA for ba2667d
CMakeLists.txt
@@ -3,7 +3,7 @@ project(ArborX CXX)
3
4
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30.0)
5
message(STATUS "Setting policy CMP0167 to use FindBoost module")
6
- cmake_policy(SET CMP0167 OLD)
+ cmake_policy(SET CMP0167 NEW)
7
endif()
8
9
# use gnu standard install directories
0 commit comments