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 Jan 4, 2025
1 parent 52956f6 commit 9874367
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 9874367

Please sign in to comment.