mirror of https://github.com/CGAL/cgal
CGAL: Fixes for cmake 3.25
This commit is contained in:
parent
8d3b7c72a0
commit
d157adcb6e
|
|
@ -1,10 +1,10 @@
|
||||||
# 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.
|
||||||
|
|
||||||
project(Barycentric_coordinates_2_Examples)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Barycentric_coordinates_2_Examples)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
|
|
||||||
create_single_source_cgal_program("segment_coordinates.cpp")
|
create_single_source_cgal_program("segment_coordinates.cpp")
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# 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.
|
||||||
|
|
||||||
project(Barycentric_coordinates_2_Tests)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Barycentric_coordinates_2_Tests)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
|
|
||||||
create_single_source_cgal_program("test_almost_degenerate_segment.cpp")
|
create_single_source_cgal_program("test_almost_degenerate_segment.cpp")
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# Created by the script cgal_create_CMakeLists
|
# Created by the script cgal_create_CMakeLists
|
||||||
# This is the CMake script for compiling a set of CGAL applications.
|
# This is the CMake script for compiling a set of CGAL applications.
|
||||||
|
|
||||||
project(Polygonal_surface_reconstruction_Examples)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Polygonal_surface_reconstruction_Examples)
|
||||||
|
|
||||||
# CGAL and its components
|
# CGAL and its components
|
||||||
find_package(CGAL REQUIRED)
|
find_package(CGAL REQUIRED)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# Created by the script cgal_create_CMakeLists
|
# Created by the script cgal_create_CMakeLists
|
||||||
# This is the CMake script for compiling a set of CGAL applications.
|
# This is the CMake script for compiling a set of CGAL applications.
|
||||||
|
|
||||||
project(Polygonal_surface_reconstruction_Tests)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Polygonal_surface_reconstruction_Tests)
|
||||||
|
|
||||||
# CGAL and its components
|
# CGAL and its components
|
||||||
find_package(CGAL REQUIRED)
|
find_package(CGAL REQUIRED)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# Created by the script cgal_create_CMakeLists.
|
# Created by the script cgal_create_CMakeLists.
|
||||||
# This is the CMake script for compiling a set of CGAL applications.
|
# This is the CMake script for compiling a set of CGAL applications.
|
||||||
|
|
||||||
project(Shape_regularization_Examples)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Shape_regularization_Examples)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
|
|
||||||
# Find OSQP library and headers.
|
# Find OSQP library and headers.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# Created by the script cgal_create_CMakeLists.
|
# Created by the script cgal_create_CMakeLists.
|
||||||
# This is the CMake script for compiling a set of CGAL applications.
|
# This is the CMake script for compiling a set of CGAL applications.
|
||||||
|
|
||||||
project(Shape_regularization_Tests)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Shape_regularization_Tests)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
|
|
||||||
# Find OSQP library and headers.
|
# Find OSQP library and headers.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# 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.
|
||||||
|
|
||||||
project(Weights_Examples)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Weights_Examples)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
|
|
||||||
create_single_source_cgal_program("weights.cpp")
|
create_single_source_cgal_program("weights.cpp")
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# 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.
|
||||||
|
|
||||||
project(Weights_Tests)
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.22)
|
cmake_minimum_required(VERSION 3.1...3.22)
|
||||||
|
|
||||||
|
project(Weights_Tests)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
|
|
||||||
create_single_source_cgal_program("test_uniform_weights.cpp")
|
create_single_source_cgal_program("test_uniform_weights.cpp")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue