From 938cc4c7b3a06ded1d76142000ee55356f4f7776 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 16 Jun 2007 08:14:47 +0000 Subject: - debug options should not be in cvs --- cmake/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmake') diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index ab472be0..776c6abc 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -89,9 +89,6 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug") set (CMAKE_DEBUG_POSTFIX "d") endif(CMAKE_BUILD_TYPE STREQUAL "Debug") -set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -save-temps") -message(STATUS "-----" ${CMAKE_INCLUDE_PATH}) - ######################################################################### # Windows CE # -- cgit