From 96876e082e44e6ee9a6e7f32722d52a8a95e4a60 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Fri, 8 Jun 2007 15:50:43 +0000 Subject: revert 'SET(CMAKE_DEBUG_POSTFIX "d")' for win32 -> the comment 'does not work atm' is corect... svn path=/trunk/KDE/kdelibs/; revision=672966 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index df3db208..dced461c 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -773,7 +773,7 @@ endif (CMAKE_C_COMPILER MATCHES "icc") # we prefer to use a different postfix for debug libs only on Windows # does not work atm if (WIN32) - SET(CMAKE_DEBUG_POSTFIX "d") + SET(CMAKE_DEBUG_POSTFIX "") endif (WIN32) ########### end of platform specific stuff ########################## -- cgit v1.2.1