diff --git a/Property_map/examples/Property_map/CMakeLists.txt b/Property_map/examples/Property_map/CMakeLists.txt index 21dd9ed66fe..a36ad2de976 100644 --- a/Property_map/examples/Property_map/CMakeLists.txt +++ b/Property_map/examples/Property_map/CMakeLists.txt @@ -1,6 +1,3 @@ -# Created by the script cgal_create_CMakeLists -# This is the CMake script for compiling a set of CGAL applications. - project( Property_map ) @@ -33,9 +30,6 @@ endif() # include for local directory -# include for local package -include_directories( BEFORE ../../include ) - # Creating entries for all C++ files with "main" routine # ##########################################################