aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2008-07-09 20:11:31 +0000
committerAllen Winter <winter@kde.org>2008-07-09 20:11:31 +0000
commit786bddac098895df0de680edf2f85a4627009a71 (patch)
tree1001dfac26829784ffc2d6230f1d35fbcc449cba /modules
parentb2c19873fae32927ac9e1ecbb6a57fc9951fa8e8 (diff)
downloadextra-cmake-modules-786bddac098895df0de680edf2f85a4627009a71.tar.gz
extra-cmake-modules-786bddac098895df0de680edf2f85a4627009a71.tar.bz2
revert.
wrong branch dummy! svn path=/branches/KDE/4.1/kdelibs/; revision=830130
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index e873d0ee..83213217 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1046,13 +1046,13 @@ macro (KDE4_PRINT_RESULTS)
# inside kdelibs the include dir and lib dir are internal, not "found"
if (NOT _kdeBootStrapping)
if(KDE4_INCLUDE_DIR)
- message(STATUS "Found KDE 4.2 include dir: ${KDE4_INCLUDE_DIR}")
+ message(STATUS "Found KDE 4.1 include dir: ${KDE4_INCLUDE_DIR}")
else(KDE4_INCLUDE_DIR)
message(STATUS "ERROR: unable to find KDE 4 headers")
endif(KDE4_INCLUDE_DIR)
if(KDE4_LIB_DIR)
- message(STATUS "Found KDE 4.2 library dir: ${KDE4_LIB_DIR}")
+ message(STATUS "Found KDE 4.1 library dir: ${KDE4_LIB_DIR}")
else(KDE4_LIB_DIR)
message(STATUS "ERROR: unable to find KDE 4 core library")
endif(KDE4_LIB_DIR)