From e89cf2af9cea7906c6004e3d91a2ec96d0dcaa05 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 24 Jan 2012 14:30:20 +0000 Subject: [PATCH] removed wrong line --- Installation/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 31c51353fce..552ad7e663c 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -506,8 +506,6 @@ add_config_flag( CGAL_USE_NTL ) add_config_flag( CGAL_BUILD_SHARED_LIBS ) set(CGAL_USE_CORE ${CGAL_USE_GMP}) - -file( APPEND "${CMAKE_BINARY_DIR}/include/CGAL/compiler_config.h" "" ) add_config_flag( CGAL_USE_CORE ) # ^^ there is CGAL_USE_CORE and not CGAL_HAS_CORE, as CORE is considered # as external lib and not as CGAL component (EBEB: 24 Jan 2012)