Skip to content

Commit

Permalink
Switch CMP0167 policy to NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 11, 2024
1 parent 316fff8 commit ba2667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(ArborX CXX)

if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30.0)
message(STATUS "Setting policy CMP0167 to use FindBoost module")
cmake_policy(SET CMP0167 OLD)
cmake_policy(SET CMP0167 NEW)
endif()

# use gnu standard install directories
Expand Down

0 comments on commit ba2667d

Please sign in to comment.