Skip to content

Commit ba2667d

Browse files
committed
Switch CMP0167 policy to NEW
1 parent 316fff8 commit ba2667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(ArborX CXX)
33

44
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30.0)
55
message(STATUS "Setting policy CMP0167 to use FindBoost module")
6-
cmake_policy(SET CMP0167 OLD)
6+
cmake_policy(SET CMP0167 NEW)
77
endif()
88

99
# use gnu standard install directories

0 commit comments

Comments
 (0)