diff --git a/AABB_tree/demo/AABB_tree/CMakeLists.txt b/AABB_tree/demo/AABB_tree/CMakeLists.txt index 22af6851e78..cd1995da538 100644 --- a/AABB_tree/demo/AABB_tree/CMakeLists.txt +++ b/AABB_tree/demo/AABB_tree/CMakeLists.txt @@ -7,6 +7,10 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() + if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt b/Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt index 66535c94d8c..08cf7ce7ed0 100644 --- a/Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt +++ b/Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt @@ -8,6 +8,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt b/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt index 7997358d767..dfd592b8fc0 100644 --- a/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt +++ b/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt @@ -3,6 +3,9 @@ project( Arrangement_on_surface_2_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Boolean_set_operations_2/archive/demo/Boolean_set_operations_2_GraphicsView/CMakeLists.txt b/Boolean_set_operations_2/archive/demo/Boolean_set_operations_2_GraphicsView/CMakeLists.txt index 7b36966e196..e6fcc010d28 100644 --- a/Boolean_set_operations_2/archive/demo/Boolean_set_operations_2_GraphicsView/CMakeLists.txt +++ b/Boolean_set_operations_2/archive/demo/Boolean_set_operations_2_GraphicsView/CMakeLists.txt @@ -4,6 +4,9 @@ project( Boolean_set_operations_2_GraphicsView_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/CGAL_ImageIO/archive/demo/CGALimageIO/CMakeLists.txt b/CGAL_ImageIO/archive/demo/CGALimageIO/CMakeLists.txt index b4f486f3c23..45e75e952bd 100644 --- a/CGAL_ImageIO/archive/demo/CGALimageIO/CMakeLists.txt +++ b/CGAL_ImageIO/archive/demo/CGALimageIO/CMakeLists.txt @@ -1,6 +1,9 @@ project(CGALimageIO_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt b/CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt index 2bbc2546642..f4a09f16191 100644 --- a/CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt +++ b/CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt @@ -1,6 +1,9 @@ project(CGAL_ipelets_Demo) cmake_minimum_required(VERSION 3.1) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt b/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt index 2574d6718ce..b7dd9bb6df0 100644 --- a/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt +++ b/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt @@ -1,6 +1,9 @@ project (Circular_kernel_3_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Convex_hull_3/demo/Convex_hull_3/CMakeLists.txt b/Convex_hull_3/demo/Convex_hull_3/CMakeLists.txt index f8b71af25ae..5f5be576dd5 100644 --- a/Convex_hull_3/demo/Convex_hull_3/CMakeLists.txt +++ b/Convex_hull_3/demo/Convex_hull_3/CMakeLists.txt @@ -5,6 +5,9 @@ project( Convex_hull_3_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Geomview/demo/Geomview/CMakeLists.txt b/Geomview/demo/Geomview/CMakeLists.txt index 4734ca5c86e..475b60d80cd 100644 --- a/Geomview/demo/Geomview/CMakeLists.txt +++ b/Geomview/demo/Geomview/CMakeLists.txt @@ -5,6 +5,9 @@ project( Geomview_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt b/GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt index 9813d065555..86babafc5f6 100644 --- a/GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt +++ b/GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Alpha_shapes_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt b/GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt index 77fa86d696b..83485e3f757 100644 --- a/GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt +++ b/GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Apollonius_graph_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Bounding_volumes/CMakeLists.txt b/GraphicsView/demo/Bounding_volumes/CMakeLists.txt index 5dd98b617b2..bf235ac0cee 100644 --- a/GraphicsView/demo/Bounding_volumes/CMakeLists.txt +++ b/GraphicsView/demo/Bounding_volumes/CMakeLists.txt @@ -4,6 +4,9 @@ project (Bounding_volumes_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt b/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt index d4245c1f5b4..c15198e20f4 100644 --- a/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt +++ b/GraphicsView/demo/Circular_kernel_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Circular_kernel_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Generator/CMakeLists.txt b/GraphicsView/demo/Generator/CMakeLists.txt index 401189a9c00..f7aae77eb35 100644 --- a/GraphicsView/demo/Generator/CMakeLists.txt +++ b/GraphicsView/demo/Generator/CMakeLists.txt @@ -4,6 +4,9 @@ project (Generator_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/GraphicsView/CMakeLists.txt b/GraphicsView/demo/GraphicsView/CMakeLists.txt index 2055f72fcc1..1f0d99fa60a 100644 --- a/GraphicsView/demo/GraphicsView/CMakeLists.txt +++ b/GraphicsView/demo/GraphicsView/CMakeLists.txt @@ -3,6 +3,9 @@ project (GraphicsView_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt b/GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt index debf8fbd3f5..7c982c56450 100644 --- a/GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt +++ b/GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (L1_Voronoi_diagram_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt b/GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt index da01a5c996c..b92aa15732d 100644 --- a/GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt +++ b/GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Largest_empty_rect_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt b/GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt index 6152fd99770..1e2f7e03778 100644 --- a/GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt +++ b/GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt @@ -1,6 +1,9 @@ project (Periodic_2_triangulation_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Polygon/CMakeLists.txt b/GraphicsView/demo/Polygon/CMakeLists.txt index 6b7be02d372..3407967833e 100644 --- a/GraphicsView/demo/Polygon/CMakeLists.txt +++ b/GraphicsView/demo/Polygon/CMakeLists.txt @@ -4,6 +4,9 @@ project (Polygon_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt b/GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt index 6f140a3a520..91cce05ddd6 100644 --- a/GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt +++ b/GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Segment_Delaunay_graph_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt b/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt index 687d96d73d6..8a36ec8eba7 100644 --- a/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt +++ b/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Segment_Delaunay_graph_Linf_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Snap_rounding_2/CMakeLists.txt b/GraphicsView/demo/Snap_rounding_2/CMakeLists.txt index 1500419660c..c5bbc72d7e1 100644 --- a/GraphicsView/demo/Snap_rounding_2/CMakeLists.txt +++ b/GraphicsView/demo/Snap_rounding_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Snap_rounding_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Spatial_searching_2/CMakeLists.txt b/GraphicsView/demo/Spatial_searching_2/CMakeLists.txt index 955a65e5d24..146dddd1499 100644 --- a/GraphicsView/demo/Spatial_searching_2/CMakeLists.txt +++ b/GraphicsView/demo/Spatial_searching_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Spatial_searching_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Stream_lines_2/CMakeLists.txt b/GraphicsView/demo/Stream_lines_2/CMakeLists.txt index 7c37c07aab8..66eea5405ff 100644 --- a/GraphicsView/demo/Stream_lines_2/CMakeLists.txt +++ b/GraphicsView/demo/Stream_lines_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Stream_lines_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/demo/Triangulation_2/CMakeLists.txt b/GraphicsView/demo/Triangulation_2/CMakeLists.txt index fa30e1a5499..f7699f144a0 100644 --- a/GraphicsView/demo/Triangulation_2/CMakeLists.txt +++ b/GraphicsView/demo/Triangulation_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Triangulation_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/GraphicsView/src/CGAL_Qt5/CMakeLists.txt b/GraphicsView/src/CGAL_Qt5/CMakeLists.txt index 5aece17002b..d07467d3dc0 100644 --- a/GraphicsView/src/CGAL_Qt5/CMakeLists.txt +++ b/GraphicsView/src/CGAL_Qt5/CMakeLists.txt @@ -1,5 +1,8 @@ message("Configuring libCGAL_Qt5") +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Interpolation/demo/Interpolation/CMakeLists.txt b/Interpolation/demo/Interpolation/CMakeLists.txt index fff9aa8149c..fc937069f8c 100644 --- a/Interpolation/demo/Interpolation/CMakeLists.txt +++ b/Interpolation/demo/Interpolation/CMakeLists.txt @@ -5,6 +5,9 @@ project( Interpolation_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Linear_cell_complex/benchmark/Linear_cell_complex_3/CMakeLists.txt b/Linear_cell_complex/benchmark/Linear_cell_complex_3/CMakeLists.txt index 5d328b3c7e1..424947c0af2 100644 --- a/Linear_cell_complex/benchmark/Linear_cell_complex_3/CMakeLists.txt +++ b/Linear_cell_complex/benchmark/Linear_cell_complex_3/CMakeLists.txt @@ -1,6 +1,9 @@ project(LCC_performance_3) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt b/Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt index fcc79607b4d..6b6732c3687 100644 --- a/Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt +++ b/Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt @@ -10,6 +10,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Linear_cell_complex/examples/Linear_cell_complex/CMakeLists.txt b/Linear_cell_complex/examples/Linear_cell_complex/CMakeLists.txt index b3681c6d59e..22358aaf17c 100644 --- a/Linear_cell_complex/examples/Linear_cell_complex/CMakeLists.txt +++ b/Linear_cell_complex/examples/Linear_cell_complex/CMakeLists.txt @@ -4,6 +4,9 @@ project( Linear_cell_complex_Examples ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Mesh_2/demo/Mesh_2/CMakeLists.txt b/Mesh_2/demo/Mesh_2/CMakeLists.txt index d083e781de2..79bb1f9e367 100644 --- a/Mesh_2/demo/Mesh_2/CMakeLists.txt +++ b/Mesh_2/demo/Mesh_2/CMakeLists.txt @@ -4,6 +4,9 @@ project( Mesh_2_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/CMakeLists.txt b/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/CMakeLists.txt index 24ed99ee38a..2bffa62e81b 100644 --- a/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/CMakeLists.txt +++ b/Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/CMakeLists.txt @@ -3,6 +3,9 @@ project(Optimal_transportation_reconstruction_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt b/Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt index 780a3f61e34..6d6d31c3a54 100644 --- a/Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt +++ b/Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt @@ -5,6 +5,9 @@ project( Periodic_3_triangulation_3_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Periodic_3_triangulation_3/demo/Periodic_Lloyd_3/CMakeLists.txt b/Periodic_3_triangulation_3/demo/Periodic_Lloyd_3/CMakeLists.txt index ac995cc5823..a818c13b6f7 100644 --- a/Periodic_3_triangulation_3/demo/Periodic_Lloyd_3/CMakeLists.txt +++ b/Periodic_3_triangulation_3/demo/Periodic_Lloyd_3/CMakeLists.txt @@ -8,6 +8,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Polyhedron/demo/Polyhedron/CMakeLists.txt b/Polyhedron/demo/Polyhedron/CMakeLists.txt index 7d4cbeea1dc..a32d168dd00 100644 --- a/Polyhedron/demo/Polyhedron/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/CMakeLists.txt @@ -6,6 +6,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 3.1) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Polyhedron/demo/Polyhedron/implicit_functions/CMakeLists.txt b/Polyhedron/demo/Polyhedron/implicit_functions/CMakeLists.txt index ad72844a01c..f6d8e17d396 100644 --- a/Polyhedron/demo/Polyhedron/implicit_functions/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/implicit_functions/CMakeLists.txt @@ -3,6 +3,9 @@ project( Mesh_3_implicit_functions ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Polyhedron_IO/demo/Polyhedron_IO/CMakeLists.txt b/Polyhedron_IO/demo/Polyhedron_IO/CMakeLists.txt index eaf92494a7f..774db467df5 100644 --- a/Polyhedron_IO/demo/Polyhedron_IO/CMakeLists.txt +++ b/Polyhedron_IO/demo/Polyhedron_IO/CMakeLists.txt @@ -5,6 +5,9 @@ project( Polyhedron_IO_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt b/Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt index f5f0b21e706..4f2b9d856b3 100644 --- a/Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt +++ b/Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt @@ -4,6 +4,9 @@ project (Polyline_simplification_2_Demo) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Principal_component_analysis/demo/Principal_component_analysis/CMakeLists.txt b/Principal_component_analysis/demo/Principal_component_analysis/CMakeLists.txt index 3a112fbc2a1..c6aae1b2173 100644 --- a/Principal_component_analysis/demo/Principal_component_analysis/CMakeLists.txt +++ b/Principal_component_analysis/demo/Principal_component_analysis/CMakeLists.txt @@ -3,6 +3,9 @@ project( Principal_component_analysis_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Surface_mesh_deformation/demo/Surface_mesh_deformation/CMakeLists.txt b/Surface_mesh_deformation/demo/Surface_mesh_deformation/CMakeLists.txt index eb7622196c7..383f1edd510 100644 --- a/Surface_mesh_deformation/demo/Surface_mesh_deformation/CMakeLists.txt +++ b/Surface_mesh_deformation/demo/Surface_mesh_deformation/CMakeLists.txt @@ -5,6 +5,9 @@ project( Surface_mesh_deformation_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Surface_mesher/demo/Surface_mesher/CMakeLists.txt b/Surface_mesher/demo/Surface_mesher/CMakeLists.txt index 017285c8290..bdf37721f58 100644 --- a/Surface_mesher/demo/Surface_mesher/CMakeLists.txt +++ b/Surface_mesher/demo/Surface_mesher/CMakeLists.txt @@ -8,6 +8,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Three/demo/Three/Example_plugin/CMakeLists.txt b/Three/demo/Three/Example_plugin/CMakeLists.txt index 23a0c6a2529..e979520c974 100644 --- a/Three/demo/Three/Example_plugin/CMakeLists.txt +++ b/Three/demo/Three/Example_plugin/CMakeLists.txt @@ -4,6 +4,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Triangulation_3/demo/Triangulation_3/CMakeLists.txt b/Triangulation_3/demo/Triangulation_3/CMakeLists.txt index b2ff3dad10b..57c363f110b 100644 --- a/Triangulation_3/demo/Triangulation_3/CMakeLists.txt +++ b/Triangulation_3/demo/Triangulation_3/CMakeLists.txt @@ -9,6 +9,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif() diff --git a/Triangulation_3/demo/Triangulation_3_Geomview_demos/CMakeLists.txt b/Triangulation_3/demo/Triangulation_3_Geomview_demos/CMakeLists.txt index 3747f4e9e88..22c33495404 100644 --- a/Triangulation_3/demo/Triangulation_3_Geomview_demos/CMakeLists.txt +++ b/Triangulation_3/demo/Triangulation_3_Geomview_demos/CMakeLists.txt @@ -5,6 +5,9 @@ project( Triangulation_3_Geomview_demos_Demo ) cmake_minimum_required(VERSION 2.8.11) +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) endif()