mirror of https://github.com/CGAL/cgal
update minimal valid boost version
This commit is contained in:
parent
da9d9deadf
commit
26f44ea271
|
|
@ -17,7 +17,7 @@ set ( CGAL_Boost_Setup TRUE )
|
||||||
|
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/CGAL_TweakFindBoost.cmake)
|
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(Boost_FOUND AND Boost_VERSION VERSION_LESS 1.70)
|
||||||
if(DEFINED Boost_DIR AND NOT Boost_DIR)
|
if(DEFINED Boost_DIR AND NOT Boost_DIR)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue