mirror of https://github.com/CGAL/cgal
Resore the requirement for CMake 3.11
This commit is contained in:
parent
2288225448
commit
f237c761c2
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.1...3.23)
|
cmake_minimum_required(VERSION 3.11...3.23)
|
||||||
if(Boost_IOSTREAMS_FOUND AND NOT TARGET CGAL::Boost_iostreams_support)
|
if(Boost_IOSTREAMS_FOUND AND NOT TARGET CGAL::Boost_iostreams_support)
|
||||||
|
|
||||||
if( WIN32 )
|
if( WIN32 )
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
# If set, the `LEDA` library will be searched and used to provide
|
# If set, the `LEDA` library will be searched and used to provide
|
||||||
# the exact number types used by CGAL kernels.
|
# the exact number types used by CGAL kernels.
|
||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 3.1...3.23)
|
cmake_minimum_required(VERSION 3.11...3.23)
|
||||||
if(CGAL_SetupCGALDependencies_included)
|
if(CGAL_SetupCGALDependencies_included)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# find_package(LEDA)
|
# find_package(LEDA)
|
||||||
#
|
#
|
||||||
# and defines the function :command:`use_CGAL_LEDA_support`.
|
# and defines the function :command:`use_CGAL_LEDA_support`.
|
||||||
cmake_minimum_required(VERSION 3.1...3.23)
|
cmake_minimum_required(VERSION 3.11...3.23)
|
||||||
if(CGAL_SetupLEDA_included)
|
if(CGAL_SetupLEDA_included)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue