From b2fe891802cd1f635b4ea20a5fc5f534bfb3fa8a Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Thu, 28 May 2020 08:59:18 +0200 Subject: [PATCH] Fix cmake --- Installation/lib/cmake/CGAL/CGALConfig.cmake | 10 ---------- .../examples/Point_set_processing_3/CMakeLists.txt | 1 - 2 files changed, 11 deletions(-) diff --git a/Installation/lib/cmake/CGAL/CGALConfig.cmake b/Installation/lib/cmake/CGAL/CGALConfig.cmake index de6a495a1bc..11ff7810d31 100644 --- a/Installation/lib/cmake/CGAL/CGALConfig.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfig.cmake @@ -159,17 +159,7 @@ endforeach() cgal_setup_module_path() set(CGAL_USE_FILE ${CGAL_MODULES_DIR}/UseCGAL.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_Boost_IOStreams.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_Boost_Serialization.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_Eigen.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_GLPK.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_LASLIB.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_OpenCV.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_OpenGR.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_SCIP.cmake) include(${CGAL_MODULES_DIR}/CGAL_target_use_TBB.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_TensorFlow.cmake) -include(${CGAL_MODULES_DIR}/CGAL_target_use_pointmatcher.cmake) include("${CGAL_MODULES_DIR}/CGAL_parse_version_h.cmake") cgal_parse_version_h( "${CGAL_INSTALLATION_PACKAGE_DIR}/include/CGAL/version.h" diff --git a/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt b/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt index f362e4d9e35..83253368016 100644 --- a/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt +++ b/Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt @@ -78,7 +78,6 @@ if ( CGAL_FOUND ) foreach(target jet_smoothing_example normal_estimation - edges_example clustering_example edges_example callback_example