update minimal valid boost version

This commit is contained in:
Jane Tournois 2022-09-15 14:43:23 +02:00 committed by Jane Tournois
parent da9d9deadf
commit 26f44ea271
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.48 REQUIRED )
find_package( Boost 1.66 REQUIRED )
if(Boost_FOUND AND Boost_VERSION VERSION_LESS 1.70)
if(DEFINED Boost_DIR AND NOT Boost_DIR)