aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Kulow <coolo@kde.org>2006-11-09 10:15:28 +0000
committerStephan Kulow <coolo@kde.org>2006-11-09 10:15:28 +0000
commitc7389107ed55feb98185d17bbd245a2161f9e870 (patch)
treea46c096596153b4a8f2723705456c50f68a2e2cd
parent3883418950a1f3dd7469601ed69266f8916b2c23 (diff)
downloadextra-cmake-modules-c7389107ed55feb98185d17bbd245a2161f9e870.tar.gz
extra-cmake-modules-c7389107ed55feb98185d17bbd245a2161f9e870.tar.bz2
unconfuse the master
svn path=/trunk/KDE/kdelibs/; revision=603517
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 389edd0c..81e2052d 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -727,7 +727,7 @@ if (CMAKE_C_COMPILER MATCHES "icc")
endif (CMAKE_C_COMPILER MATCHES "icc")
-# it seems we prefer not to use a different postfix for debug libs outside of Windows
+# we prefer to use a different postfix for debug libs only on Windows
if (WIN32)
SET(CMAKE_DEBUG_POSTFIX "d")
endif (WIN32)