diff options
-rw-r--r-- | modules/FindKDE4Internal.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 81e2052d..f4f14fe0 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -728,8 +728,9 @@ if (CMAKE_C_COMPILER MATCHES "icc") 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 ########################## |