From 3705220cc60b3ad2a15259ded1f45558ee1f9a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 23 Dec 2014 15:04:37 +0100 Subject: [PATCH] remove hardcoded flags --- .../examples/Scale_space_reconstruction_3/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Scale_space_reconstruction_3/examples/Scale_space_reconstruction_3/CMakeLists.txt b/Scale_space_reconstruction_3/examples/Scale_space_reconstruction_3/CMakeLists.txt index 8c7516e0c5f..658bbd10609 100644 --- a/Scale_space_reconstruction_3/examples/Scale_space_reconstruction_3/CMakeLists.txt +++ b/Scale_space_reconstruction_3/examples/Scale_space_reconstruction_3/CMakeLists.txt @@ -10,14 +10,6 @@ if( "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6 ) endif() endif() -# Preprocessor directives -if( WIN32 ) - add_definitions( "/W3 /D_CRT_SECURE_NO_WARNINGS /wd4005 /wd4307 /wd4308 /nologo" ) -endif() -if( UNIX ) - add_definitions( "-fpermissive" ) -endif() - find_package( CGAL QUIET COMPONENTS Core ) if ( CGAL_FOUND )