diff options
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 ########################## |