From: Ralf Habacker Date: Sat, 16 Jun 2007 08:14:47 +0000 (+0000) Subject: - debug options should not be in cvs X-Git-Tag: dbus-1.1.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=938cc4c7b3a06ded1d76142000ee55356f4f7776;p=thirdparty%2Fdbus.git - debug options should not be in cvs --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index ab472be0d..776c6abce 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 #