Skip to content

Commit 269a391

Browse files
authored
Merge pull request CGAL#6558 from lrineau/Installation-remove_wd4503-GF
CMake script updates: version of CMake and /wd4503 is only for MSVC 2015
2 parents b0e4eeb + 734c96e commit 269a391

File tree

333 files changed

+344
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+344
-371
lines changed

AABB_tree/benchmark/AABB_tree/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.20)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(AABB_traits_benchmark)
66

77
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)

AABB_tree/demo/AABB_tree/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the CMake script for compiling the AABB tree demo.
22

3-
cmake_minimum_required(VERSION 3.1...3.20)
3+
cmake_minimum_required(VERSION 3.1...3.23)
44
project(AABB_tree_Demo)
55

66
# Find includes in corresponding build directories

AABB_tree/examples/AABB_tree/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(AABB_tree_Examples)
66

77
find_package(CGAL REQUIRED)

AABB_tree/test/AABB_tree/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(AABB_tree_Tests)
66

77
find_package(CGAL REQUIRED)

Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Advancing_front_surface_reconstruction_Examples)
66

77
find_package(CGAL REQUIRED)

Advancing_front_surface_reconstruction/test/Advancing_front_surface_reconstruction/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Advancing_front_surface_reconstruction_Tests)
66

77
find_package(CGAL REQUIRED)

Algebraic_foundations/examples/Algebraic_foundations/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Algebraic_foundations_Examples)
66

77
find_package(CGAL REQUIRED)

Algebraic_foundations/test/Algebraic_foundations/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Algebraic_foundations_Tests)
66

77
find_package(CGAL REQUIRED COMPONENTS Core)

Algebraic_kernel_d/examples/Algebraic_kernel_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Algebraic_kernel_d_Examples)
33

44
find_package(CGAL REQUIRED COMPONENTS Core)

Algebraic_kernel_d/test/Algebraic_kernel_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Algebraic_kernel_d_Tests)
33

44
# CGAL and its components

Algebraic_kernel_for_circles/test/Algebraic_kernel_for_circles/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Algebraic_kernel_for_circles_Tests)
66

77
find_package(CGAL REQUIRED)

Algebraic_kernel_for_spheres/test/Algebraic_kernel_for_spheres/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Algebraic_kernel_for_spheres_Tests)
66

77
find_package(CGAL REQUIRED)

Alpha_shapes_2/examples/Alpha_shapes_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_shapes_2_Examples)
66

77
find_package(CGAL REQUIRED)

Alpha_shapes_2/test/Alpha_shapes_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_shapes_2_Tests)
66

77
find_package(CGAL REQUIRED)

Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.20)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_shapes_3_Demo)
66

77
# Find includes in corresponding build directories

Alpha_shapes_3/examples/Alpha_shapes_3/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_shapes_3_Examples)
66

77
find_package(CGAL REQUIRED)

Alpha_shapes_3/test/Alpha_shapes_3/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_shapes_3_Tests)
66

77
find_package(CGAL REQUIRED)

Alpha_wrap_3/examples/Alpha_wrap_3/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_wrap_3_Examples)
66

77
find_package(CGAL REQUIRED)

Alpha_wrap_3/test/Alpha_wrap_3/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Alpha_wrap_3_Tests)
66

77
find_package(CGAL REQUIRED)

Apollonius_graph_2/examples/Apollonius_graph_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Apollonius_graph_2_Examples)
66

77
find_package(CGAL REQUIRED COMPONENTS Core)

Apollonius_graph_2/test/Apollonius_graph_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Apollonius_graph_2_Tests)
66

77
find_package(CGAL REQUIRED)

Arithmetic_kernel/test/Arithmetic_kernel/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Arithmetic_kernel_Tests)
66

77
find_package(CGAL REQUIRED COMPONENTS Core)

Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the CMake script for compiling a CGAL application.
22

3-
cmake_minimum_required(VERSION 3.1...3.20)
3+
cmake_minimum_required(VERSION 3.1...3.23)
44
project(Arrangement_on_surface_2_Demo)
55

66
if(NOT POLICY CMP0070 AND POLICY CMP0053)

Arrangement_on_surface_2/examples/Arrangement_on_surface_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Arrangement_on_surface_2_Examples)
66

77
find_package(CGAL REQUIRED COMPONENTS Core)

Arrangement_on_surface_2/test/Arrangement_on_surface_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Arrangement_on_surface_2_Tests)
66

77
enable_testing()

BGL/examples/BGL_LCC/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_CMakeLists
22
# This is the CMake script for compiling a set of CGAL applications.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(BGL_LCC_Examples)
66

77
# CGAL and its components

BGL/examples/BGL_OpenMesh/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_CMakeLists
22
# This is the CMake script for compiling a set of CGAL applications.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(BGL_OpenMesh_Examples)
66

77
# CGAL and its components

BGL/examples/BGL_arrangement_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(BGL_arrangement_2_Examples)
33

44
find_package(CGAL REQUIRED)

BGL/examples/BGL_graphcut/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_CMakeLists
22
# This is the CMake script for compiling a set of CGAL applications.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55

66
project(BGL_graphcut_Examples)
77

BGL/examples/BGL_polyhedron_3/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_CMakeLists
22
# This is the CMake script for compiling a set of CGAL applications.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(BGL_polyhedron_3_Examples)
66

77
# CGAL and its components

BGL/examples/BGL_surface_mesh/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(BGL_surface_mesh_Examples)
33

44
find_package(CGAL REQUIRED)

BGL/examples/BGL_triangulation_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(BGL_triangulation_2_Examples)
33

44
find_package(CGAL REQUIRED)

BGL/test/BGL/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script_with_options
22
# This is the CMake script for compiling a set of CGAL applications.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(BGL_Tests)
66

77
# CGAL and its components

Barycentric_coordinates_2/benchmark/Barycentric_coordinates_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
project(Barycentric_coordinates_2_Benchmarks)
55

6-
cmake_minimum_required(VERSION 3.1...3.15)
6+
cmake_minimum_required(VERSION 3.1...3.23)
77

88
find_package(CGAL REQUIRED COMPONENTS Core)
99
include(${CGAL_USE_FILE})

Barycentric_coordinates_2/examples/Barycentric_coordinates_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
project(Barycentric_coordinates_2_Examples)
55

6-
cmake_minimum_required(VERSION 3.1...3.22)
6+
cmake_minimum_required(VERSION 3.1...3.23)
77

88
find_package(CGAL REQUIRED COMPONENTS Core)
99

Barycentric_coordinates_2/test/Barycentric_coordinates_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
project(Barycentric_coordinates_2_Tests)
55

6-
cmake_minimum_required(VERSION 3.1...3.22)
6+
cmake_minimum_required(VERSION 3.1...3.23)
77

88
find_package(CGAL REQUIRED COMPONENTS Core)
99

Boolean_set_operations_2/examples/Boolean_set_operations_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Boolean_set_operations_2_Examples)
66

77
find_package(CGAL REQUIRED COMPONENTS Core OPTIONAL_COMPONENTS Qt5)

Boolean_set_operations_2/test/Boolean_set_operations_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Boolean_set_operations_2_Tests)
66

77
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Approximate_min_ellipsoid_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Approximate_min_ellipsoid_d_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Min_annulus_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Min_annulus_d_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Min_circle_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Min_circle_2_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Min_ellipse_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Min_ellipse_2_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Min_quadrilateral_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Min_quadrilateral_2_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Min_sphere_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Min_sphere_d_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Min_sphere_of_spheres_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Min_sphere_of_spheres_d_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/examples/Rectangular_p_center_2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1...3.22)
1+
cmake_minimum_required(VERSION 3.1...3.23)
22
project(Rectangular_p_center_2_Examples)
33

44
find_package(CGAL REQUIRED)

Bounding_volumes/test/Bounding_volumes/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Bounding_volumes_Tests)
66

77
find_package(CGAL REQUIRED COMPONENTS Core)

Box_intersection_d/examples/Box_intersection_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Box_intersection_d_Examples)
66

77
find_package(CGAL REQUIRED)

Box_intersection_d/test/Box_intersection_d/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
cmake_minimum_required(VERSION 3.1...3.22)
4+
cmake_minimum_required(VERSION 3.1...3.23)
55
project(Box_intersection_d_Tests)
66

77
find_package(CGAL REQUIRED)

0 commit comments

Comments
 (0)