CMake>=3.13: opt for for new policies up to 3.15

This commit is contained in:
Laurent Rineau
2019-06-19 14:34:59 +02:00
parent f0682d311d
commit 4fbf00fb8a
309 changed files with 309 additions and 404 deletions
@@ -2,9 +2,9 @@
# This is the CMake script for compiling a CGAL application.
cmake_minimum_required(VERSION 3.1...3.15)
project( Modular_arithmetic_Examples )
cmake_minimum_required(VERSION 3.1)
find_package(CGAL QUIET)