summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-16 08:14:47 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-16 08:14:47 +0000
commit938cc4c7b3a06ded1d76142000ee55356f4f7776 (patch)
tree3e4ebd882c354ed443d36856529b246bbfffee35 /cmake
parentbfe6bf0fd105dac4d49bf83382316c4c88f37a49 (diff)
- debug options should not be in cvs
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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
#