Skip to content

Commit

Permalink
Update minimum cmake required version in all CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Oct 18, 2018
1 parent 0c2dcf7 commit 92ba7fa
Show file tree
Hide file tree
Showing 235 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion AABB_tree/examples/AABB_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( AABB_tree_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@

project( AABB_tree_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Advancing_front_surface_reconstruction_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Advancing_front_surface_reconstruction_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Algebraic_foundations_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Algebraic_foundations_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET COMPONENTS Core)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Algebraic_kernel_for_circles_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Algebraic_kernel_for_spheres_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@

project( Alpha_shapes_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@

project( Alpha_shapes_2_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@

project( Alpha_shapes_3_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@

project( Alpha_shapes_3_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Apollonius_graph_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET 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
Expand Up @@ -4,7 +4,7 @@

project( Apollonius_graph_2_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@

project( Arithmetic_kernel_Tests )

cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Arrangement_on_surface_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET COMPONENTS Core)

Expand Down
2 changes: 1 addition & 1 deletion BGL/examples/BGL_LCC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project( BGL_LCC_Examples )


cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)

# CGAL and its components
find_package( CGAL QUIET 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
Expand Up @@ -4,7 +4,7 @@
project( BGL_OpenMesh_Examples )


cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)

# CGAL and its components
find_package( CGAL QUIET 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,6 +1,6 @@
project( BGL_arrangement_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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
Expand Up @@ -4,7 +4,7 @@
project( BGL_polyhedron_3_Examples )


cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)

# CGAL and its components
find_package( CGAL QUIET 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,6 +1,6 @@
project( BGL_surface_mesh_Examples )

cmake_minimum_required( VERSION 2.8.10 )
cmake_minimum_required(VERSION 3.1)

find_package( CGAL QUIET )

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,6 +1,6 @@
project( BGL_triangulation_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
2 changes: 1 addition & 1 deletion BGL/test/BGL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project( BGL_Tests )


cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Barycentric_coordinates_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Barycentric_coordinates_2_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Boolean_set_operations_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET COMPONENTS Core)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Boolean_set_operations_2_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project( Approximate_min_ellipsoid_d_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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,6 +1,6 @@
project( Min_annulus_d_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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,6 +1,6 @@
project( Min_circle_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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,6 +1,6 @@
project( Min_ellipse_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project( Min_quadrilateral_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

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,6 +1,6 @@
project( Min_sphere_d_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project( Min_sphere_of_spheres_d_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project( Rectangular_p_center_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
2 changes: 1 addition & 1 deletion Bounding_volumes/test/Bounding_volumes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Bounding_volumes_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET COMPONENTS Core )

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Box_intersection_d_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
2 changes: 1 addition & 1 deletion Box_intersection_d/test/Box_intersection_d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Box_intersection_d_Tests )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
2 changes: 1 addition & 1 deletion CGAL_Core/examples/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project( Core_Examples )


cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)



Expand Down
2 changes: 1 addition & 1 deletion CGAL_ImageIO/examples/CGALimageIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

project( CGALimageIO_Examples )

cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET COMPONENTS ImageIO )

Expand Down
2 changes: 1 addition & 1 deletion CGAL_ImageIO/test/CGAL_ImageIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( CGAL_ImageIO_Tests )

cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET COMPONENTS ImageIO )

Expand Down
2 changes: 1 addition & 1 deletion CGAL_ipelets/examples/CGAL_ipelets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( CGAL_ipelets_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Circular_kernel_2_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
2 changes: 1 addition & 1 deletion Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Circular_kernel_2_Tests )

CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project( Circular_kernel_3_Examples )

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.1)

find_package(CGAL QUIET)

Expand Down
Loading

0 comments on commit 92ba7fa

Please sign in to comment.