aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2010-07-31 12:54:45 +0000
committerAllen Winter <winter@kde.org>2010-07-31 12:54:45 +0000
commit7bd76232103ea7e1a01d35c59e4cd25fddfd0433 (patch)
tree2148e4f0c6ddc313053555e5c50f924c58ace728 /modules/FindKDE4Internal.cmake
parent2fd2df5f9dc882fb455abcdc4ca9674c8ed9e654 (diff)
downloadextra-cmake-modules-7bd76232103ea7e1a01d35c59e4cd25fddfd0433.tar.gz
extra-cmake-modules-7bd76232103ea7e1a01d35c59e4cd25fddfd0433.tar.bz2
4.5 -> 4.6
svn path=/trunk/KDE/kdelibs/; revision=1157534
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 35f8e507..437bb850 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1339,13 +1339,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.5 include dir: ${KDE4_INCLUDE_DIR}")
+ message(STATUS "Found KDE 4.6 include dir: ${KDE4_INCLUDE_DIR}")
else(KDE4_INCLUDE_DIR)
message(STATUS "ERROR: unable to find the KDE 4 headers")
endif(KDE4_INCLUDE_DIR)
if(KDE4_LIB_DIR)
- message(STATUS "Found KDE 4.5 library dir: ${KDE4_LIB_DIR}")
+ message(STATUS "Found KDE 4.6 library dir: ${KDE4_LIB_DIR}")
else(KDE4_LIB_DIR)
message(STATUS "ERROR: unable to find the KDE 4 core library")
endif(KDE4_LIB_DIR)