ore fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(AABB_traits_benchmark)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
|
||||
create_single_source_cgal_program("test.cpp")
|
||||
create_single_source_cgal_program("tree_construction.cpp")
|
||||
|
||||
@@ -12,7 +12,7 @@ if(POLICY CMP0071)
|
||||
cmake_policy(SET CMP0071 NEW)
|
||||
endif()
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core Qt6)
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6)
|
||||
find_package(Qt6 QUIET COMPONENTS Widgets)
|
||||
|
||||
if (CGAL_Qt6_FOUND AND Qt6_FOUND)
|
||||
|
||||
@@ -5,7 +5,7 @@ set(CMAKE_CXX_FLAGS "${CMAXE_CXX_FLAGS} -Wall -Wextra -Werror")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
find_package(CGAL QUIET COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
if(CGAL_FOUND)
|
||||
|
||||
include(${CGAL_USE_FILE})
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Polygon_Demo)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6 Core)
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6)
|
||||
|
||||
find_package(Eigen3 QUIET)
|
||||
include(CGAL_Eigen3_support)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Segment_Delaunay_graph_2_Demo)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6 Core)
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6)
|
||||
|
||||
|
||||
find_package(Qt6 QUIET COMPONENTS Widgets)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Segment_Delaunay_graph_Linf_2_Demo)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6 Core)
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6)
|
||||
|
||||
find_package(Qt6 QUIET COMPONENTS Widgets)
|
||||
include_directories(BEFORE ./include)
|
||||
|
||||
@@ -4,7 +4,7 @@ project(Hyperbolic_triangulation_2_Demo)
|
||||
# Find includes in corresponding build directories
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core Qt6)
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Qt6)
|
||||
find_package(LEDA QUIET)
|
||||
|
||||
# Find Qt6 itself
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Kernel_23_benchmark)
|
||||
|
||||
find_package(CGAL QUIET OPTIONAL_COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
|
||||
create_single_source_cgal_program( "cmp_epeck_points.cpp" )
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Orthtree_benchmarks)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
|
||||
create_single_source_cgal_program("construction.cpp")
|
||||
create_single_source_cgal_program("nearest_neighbor.cpp")
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Orthtree_Tests)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
|
||||
create_single_source_cgal_program("test_octree_equality.cpp")
|
||||
create_single_source_cgal_program("test_octree_refine.cpp")
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Periodic_4_hyperbolic_triangulation_2_Tests)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
|
||||
find_package(LEDA QUIET)
|
||||
create_single_source_cgal_program("test_p4ht2_construct_point_2.cpp")
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Straight_skeleton_2_Tests)
|
||||
|
||||
find_package(CGAL REQUIRED COMPONENTS Qt6 Core)
|
||||
find_package(CGAL REQUIRED COMPONENTS Qt6)
|
||||
find_package(LEDA QUIET)
|
||||
|
||||
include_directories(BEFORE "include")
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Straight_skeleton_extrusion_2_Tests)
|
||||
|
||||
find_package(CGAL REQUIRED COMPONENTS Qt6 Core)
|
||||
find_package(CGAL REQUIRED COMPONENTS Qt6)
|
||||
find_package(LEDA QUIET)
|
||||
|
||||
include_directories(BEFORE "include")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.12...3.31)
|
||||
project(Surface_mesh_shortest_path_Tests)
|
||||
|
||||
find_package(CGAL REQUIRED OPTIONAL_COMPONENTS Core)
|
||||
find_package(CGAL)
|
||||
|
||||
include_directories(BEFORE "include")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user