mirror of https://github.com/CGAL/cgal
also update minimal version in find
This commit is contained in:
parent
7d3bd7107a
commit
c2e89fc2cc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue