Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF

CMake>=3.13: opt for for new policies up to 3.15
This commit is contained in:
Laurent Rineau
2019-07-01 11:16:30 +02:00
309 changed files with 309 additions and 404 deletions
@@ -10,7 +10,7 @@
# GPL_PACKAGE_LIST=path to a file containing the list of GPL packages to include in the release. If not provided all of them are.
# GENERATE_TARBALLS=[ON/OFF] indicates if release tarballs should be created as DESTINATION
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.1...3.15)
function(process_package pkg)
if(VERBOSE)