mirror of https://github.com/CGAL/cgal
changing cmake_minimum_required to be in line with other packages in CGAL
[skip ci]
This commit is contained in:
parent
393c73a039
commit
6f91baab5b
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue