mirror of https://github.com/CGAL/cgal
Bump up CMake version
This commit is contained in:
parent
4ee5f28c54
commit
c4a298b6dd
|
|
@ -1,7 +1,7 @@
|
||||||
# Created by the script cgal_create_cmake_script
|
# Created by the script cgal_create_cmake_script
|
||||||
# This is the CMake script for compiling a CGAL application.
|
# This is the CMake script for compiling a CGAL application.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.14)
|
cmake_minimum_required(VERSION 3.1...3.23)
|
||||||
project( Isosurfacing_3_benchmark )
|
project( Isosurfacing_3_benchmark )
|
||||||
|
|
||||||
find_package(CGAL REQUIRED)
|
find_package(CGAL REQUIRED)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Created by the script cgal_create_cmake_script
|
# Created by the script cgal_create_cmake_script
|
||||||
# This is the CMake script for compiling a CGAL application.
|
# This is the CMake script for compiling a CGAL application.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.14)
|
cmake_minimum_required(VERSION 3.1...3.23)
|
||||||
project( Isosurfacing_3_Examples )
|
project( Isosurfacing_3_Examples )
|
||||||
|
|
||||||
find_package(CGAL REQUIRED)
|
find_package(CGAL REQUIRED)
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
# Created by the script cgal_create_cmake_script
|
cmake_minimum_required(VERSION 3.1...3.23)
|
||||||
# This is the CMake script for compiling a CGAL application.
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.14)
|
project(Isosurfacing_3_Tests)
|
||||||
project(Isosurfacing_3_Tests )
|
|
||||||
|
|
||||||
find_package(CGAL REQUIRED)
|
find_package(CGAL REQUIRED)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue