From f3c5d11884e2252830085f5115c311c5deb685e9 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 18 Feb 2019 08:40:08 +0100 Subject: [PATCH] Don't suppress warnings --- Classification/examples/Classification/CMakeLists.txt | 5 ----- .../Optimal_transportation_reconstruction_2/CMakeLists.txt | 2 -- Point_set_3/examples/Point_set_3/CMakeLists.txt | 4 ---- 3 files changed, 11 deletions(-) diff --git a/Classification/examples/Classification/CMakeLists.txt b/Classification/examples/Classification/CMakeLists.txt index 4ec061b3991..931521bbbb6 100644 --- a/Classification/examples/Classification/CMakeLists.txt +++ b/Classification/examples/Classification/CMakeLists.txt @@ -45,11 +45,6 @@ else() endif() -# include for local directory -include_directories( BEFORE include ) - -# include for local package - # Creating entries for all C++ files with "main" routine # ########################################################## diff --git a/Optimal_transportation_reconstruction_2/examples/Optimal_transportation_reconstruction_2/CMakeLists.txt b/Optimal_transportation_reconstruction_2/examples/Optimal_transportation_reconstruction_2/CMakeLists.txt index 8bfa8321c43..a36c1b65b10 100644 --- a/Optimal_transportation_reconstruction_2/examples/Optimal_transportation_reconstruction_2/CMakeLists.txt +++ b/Optimal_transportation_reconstruction_2/examples/Optimal_transportation_reconstruction_2/CMakeLists.txt @@ -13,8 +13,6 @@ find_package(CGAL QUIET) if ( CGAL_FOUND ) - include_directories (BEFORE "include") - create_single_source_cgal_program( "otr2_simplest_example.cpp" ) create_single_source_cgal_program( "otr2_simplest_example_with_tolerance.cpp" ) create_single_source_cgal_program( "otr2_list_output_example.cpp" ) diff --git a/Point_set_3/examples/Point_set_3/CMakeLists.txt b/Point_set_3/examples/Point_set_3/CMakeLists.txt index 008ba8e45fc..3820a32ef72 100644 --- a/Point_set_3/examples/Point_set_3/CMakeLists.txt +++ b/Point_set_3/examples/Point_set_3/CMakeLists.txt @@ -27,10 +27,6 @@ if ( NOT Boost_FOUND ) endif() -# include for local directory -include_directories( BEFORE include ) - -# include for local package # Creating entries for all C++ files with "main" routine # ##########################################################