also update minimal version in find

This commit is contained in:
Sébastien Loriot 2024-03-21 11:27:26 +01:00
parent 7d3bd7107a
commit c2e89fc2cc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ set ( CGAL_Boost_Setup TRUE )
include(${CMAKE_CURRENT_LIST_DIR}/CGAL_TweakFindBoost.cmake)
find_package( Boost 1.66 REQUIRED )
find_package( Boost 1.72 REQUIRED )
if(Boost_FOUND AND Boost_VERSION VERSION_LESS 1.72)
if(DEFINED Boost_DIR AND NOT Boost_DIR)