changing cmake_minimum_required to be in line with other packages in CGAL

[skip ci]
This commit is contained in:
Sven Oesau 2024-01-11 16:14:30 +01:00
parent 393c73a039
commit 6f91baab5b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists.
# This is the CMake script for compiling a set of CGAL applications.
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.1...3.23)
project(Kinetic_surface_reconstruction_Examples)

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists.
# This is the CMake script for compiling a set of CGAL applications.
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.1...3.23)
project(Kinetic_surface_reconstruction_Tests)