Skip to content

Commit

Permalink
Merge pull request #8263 from lrineau/CGAL-update_minimal_cmake-GF
Browse files Browse the repository at this point in the history
cmake_minimum_required(VERSION 3.12...3.29)
  • Loading branch information
lrineau committed Jun 12, 2024
2 parents e7d27c1 + 3a223eb commit 32893b9
Show file tree
Hide file tree
Showing 345 changed files with 346 additions and 346 deletions.
2 changes: 1 addition & 1 deletion AABB_tree/benchmark/AABB_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(AABB_traits_benchmark)

find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)
Expand Down
2 changes: 1 addition & 1 deletion AABB_tree/demo/AABB_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the CMake script for compiling the AABB tree demo.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(AABB_tree_Demo)

# Find includes in corresponding build directories
Expand Down
2 changes: 1 addition & 1 deletion AABB_tree/examples/AABB_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(AABB_tree_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion AABB_tree/test/AABB_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(AABB_tree_Tests)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Advancing_front_surface_reconstruction_Examples)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Advancing_front_surface_reconstruction_Tests)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Algebraic_foundations_Examples)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Algebraic_foundations_Tests)

find_package(CGAL REQUIRED COMPONENTS Core)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Algebraic_kernel_d_Examples)

find_package(CGAL REQUIRED COMPONENTS Core)
Expand Down
2 changes: 1 addition & 1 deletion Algebraic_kernel_d/test/Algebraic_kernel_d/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Algebraic_kernel_d_Tests)

# CGAL and its components
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Algebraic_kernel_for_circles_Tests)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Algebraic_kernel_for_spheres_Tests)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_2/examples/Alpha_shapes_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_shapes_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_2/test/Alpha_shapes_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_shapes_2_Tests)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_shapes_3_Demo)

# Find includes in corresponding build directories
Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_3/examples/Alpha_shapes_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_shapes_3_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_3/test/Alpha_shapes_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_shapes_3_Tests)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_wrap_3/benchmark/Alpha_wrap_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.20)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_wrap_3_Benchmark)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_wrap_3/examples/Alpha_wrap_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_wrap_3_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Alpha_wrap_3/test/Alpha_wrap_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Alpha_wrap_3_Tests)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Apollonius_graph_2_Examples)

find_package(CGAL REQUIRED COMPONENTS Core)
Expand Down
2 changes: 1 addition & 1 deletion Apollonius_graph_2/test/Apollonius_graph_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Apollonius_graph_2_Tests)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Arithmetic_kernel/test/Arithmetic_kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Arithmetic_kernel_Tests)

find_package(CGAL REQUIRED COMPONENTS Core)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Arrangement_on_surface_2_Demo)

if(NOT POLICY CMP0070 AND POLICY CMP0053)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Arrangement_on_surface_2_earth_Demo)

if(NOT POLICY CMP0070 AND POLICY CMP0053)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Arrangement_on_surface_2_Examples)

find_package(CGAL REQUIRED COMPONENTS Core OPTIONAL_COMPONENTS Qt6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Arrangement_on_surface_2_Tests)

enable_testing()
Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_LCC/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_LCC_Examples)

# CGAL and its components
Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_OpenMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_OpenMesh_Examples)

# CGAL and its components
Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_arrangement_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_arrangement_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_graphcut/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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...3.23)
cmake_minimum_required(VERSION 3.12...3.29)

project(BGL_graphcut_Examples)

Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_polyhedron_3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_polyhedron_3_Examples)

# CGAL and its components
Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_surface_mesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_surface_mesh_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_triangulation_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_triangulation_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion BGL/test/BGL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script_with_options
# This is the CMake script for compiling a set of CGAL applications.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(BGL_Tests)

# CGAL and its components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

project(Barycentric_coordinates_2_Benchmarks)

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)

find_package(CGAL REQUIRED COMPONENTS Core)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script.
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)

project(Barycentric_coordinates_2_Examples)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script.
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)

project(Barycentric_coordinates_2_Tests)

Expand Down
2 changes: 1 addition & 1 deletion Basic_viewer/examples/Basic_viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Used in /CGAL/Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt.
# Careful when modifying

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Basic_viewer_Examples)

#CGAL_Qt6 is needed for the drawing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Boolean_set_operations_2_Examples)

find_package(CGAL REQUIRED COMPONENTS Core OPTIONAL_COMPONENTS Qt6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Boolean_set_operations_2_Tests)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Approximate_min_ellipsoid_d_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Bounding_volumes/examples/Min_annulus_d/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Min_annulus_d_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Bounding_volumes/examples/Min_circle_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Min_circle_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Bounding_volumes/examples/Min_ellipse_2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Min_ellipse_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Min_quadrilateral_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion Bounding_volumes/examples/Min_sphere_d/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Min_sphere_d_Examples)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Min_sphere_of_spheres_d_Examples)

find_package(CGAL REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.23)
cmake_minimum_required(VERSION 3.12...3.29)
project(Rectangular_p_center_2_Examples)

find_package(CGAL REQUIRED)
Expand Down
Loading

0 comments on commit 32893b9

Please sign in to comment.