mirror of https://github.com/CGAL/cgal
CMakeLists.txt fix
This commit is contained in:
parent
c868c0fc91
commit
de388bc596
|
|
@ -8,7 +8,6 @@ project(Kinetic_space_partition_Examples)
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||||
include(${CGAL_USE_FILE})
|
|
||||||
include(CGAL_CreateSingleSourceCGALProgram)
|
include(CGAL_CreateSingleSourceCGALProgram)
|
||||||
|
|
||||||
find_package(Boost REQUIRED)
|
find_package(Boost REQUIRED)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ project(Kinetic_space_partition_Tests)
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
find_package(CGAL QUIET COMPONENTS Core)
|
find_package(CGAL QUIET COMPONENTS Core)
|
||||||
include(${CGAL_USE_FILE})
|
|
||||||
include(CGAL_CreateSingleSourceCGALProgram)
|
include(CGAL_CreateSingleSourceCGALProgram)
|
||||||
|
|
||||||
find_package(Boost REQUIRED)
|
find_package(Boost REQUIRED)
|
||||||
|
|
@ -20,10 +19,7 @@ if(Boost_FOUND)
|
||||||
message(STATUS "Found Eigen")
|
message(STATUS "Found Eigen")
|
||||||
include(CGAL_Eigen_support)
|
include(CGAL_Eigen_support)
|
||||||
|
|
||||||
set(targets
|
set(targets kinetic_2d_stress_test kinetic_3d_test_all)
|
||||||
kinetic_2d_stress_test
|
|
||||||
kinetic_3d_test_all
|
|
||||||
kinetic_3d_rg)
|
|
||||||
|
|
||||||
set(project_linked_libraries)
|
set(project_linked_libraries)
|
||||||
set(project_compilation_definitions)
|
set(project_compilation_definitions)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue