aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2011-03-27 12:51:12 -0400
committerAllen Winter <allen.winter@kdab.com>2011-03-27 12:51:12 -0400
commit508f7dfafd0c82919bda106ba7930e712319ad22 (patch)
treed5dfe17625bdb17c242380b4091ca2fed02edfa0 /modules/FindKDE4Internal.cmake
parent19d735a32b41320a76199ba7090b366973c8eaf3 (diff)
downloadextra-cmake-modules-508f7dfafd0c82919bda106ba7930e712319ad22.tar.gz
extra-cmake-modules-508f7dfafd0c82919bda106ba7930e712319ad22.tar.bz2
Master is now at version 4.7
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 d4e57806..cf221a55 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1346,13 +1346,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.6 include dir: ${KDE4_INCLUDE_DIR}")
+ message(STATUS "Found KDE 4.7 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.6 library dir: ${KDE4_LIB_DIR}")
+ message(STATUS "Found KDE 4.7 library dir: ${KDE4_LIB_DIR}")
else(KDE4_LIB_DIR)
message(STATUS "ERROR: unable to find the KDE 4 core library")
endif(KDE4_LIB_DIR)