Skip to content

Commit

Permalink
fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jan 13, 2025
1 parent 5134e9d commit 0d2d263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/cmake/modules/CGAL_TweakFindBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if( NOT CGAL_TweakFindBoost )
cmake_policy(SET CMP0077 NEW)
endif()
if(POLICY CMP0167)
cmake_policy(SET CMP0167 NEW)
cmake_policy(SET CMP0167 OLD)
endif()
if(DEFINED CGAL_Boost_USE_STATIC_LIBS)
# If the option is loaded from CGALConfig.cmake, use its value as default
Expand Down

0 comments on commit 0d2d263

Please sign in to comment.