Resore the requirement for CMake 3.11

This commit is contained in:
Laurent Rineau 2022-05-05 16:08:51 +02:00
parent 2288225448
commit f237c761c2
3 changed files with 3 additions and 3 deletions

View File

@ -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 )

View File

@ -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()

View File

@ -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()