From 17b84104f236db19bca72c5afca5df0cd49abae1 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 28 Apr 2007 19:37:25 +0000 Subject: * cmake/: don't install test applications and service files, moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt --- cmake/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmake/CMakeLists.txt') diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 1b5249c2..049323ab 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -76,8 +76,9 @@ if(MSVC) endif(MSVC) if(CMAKE_BUILD_TYPE STREQUAL "Debug") - # dll postfix is set to 'd' by default + # used by executables, CMAKE_DEBUG_POSTFIX does not handle this case set (CMAKE_EXE_POSTFIX "d") + set (CMAKE_DEBUG_POSTFIX "d") endif(CMAKE_BUILD_TYPE STREQUAL "Debug") -- cgit