aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Kulow <coolo@kde.org>2006-11-12 12:14:22 +0000
committerStephan Kulow <coolo@kde.org>2006-11-12 12:14:22 +0000
commit8972bf120307d95056890abc224c1e1d49f1a4f1 (patch)
treebea8f71ab9e4228b203cbcaa0e0b0327cc7ad74b
parent1268579a93f7d2915c547c923048c30dd0899f05 (diff)
downloadextra-cmake-modules-8972bf120307d95056890abc224c1e1d49f1a4f1.tar.gz
extra-cmake-modules-8972bf120307d95056890abc224c1e1d49f1a4f1.tar.bz2
this does not work and I'm not enough of a cmake expert
svn path=/trunk/KDE/kdelibs/; revision=604286
-rw-r--r--modules/FindKDE4Internal.cmake3
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 ##########################