mirror of https://github.com/CGAL/cgal
Don't suppress warnings
This commit is contained in:
parent
e3abd29146
commit
f3c5d11884
|
|
@ -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
|
||||
# ##########################################################
|
||||
|
||||
|
|
|
|||
|
|
@ -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" )
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# ##########################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue