aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2009-08-17 12:11:08 +0000
committerAllen Winter <winter@kde.org>2009-08-17 12:11:08 +0000
commit8b88d351ff98ef6d04cfc0042bb7276412bfb6ef (patch)
tree51f5f4a4a123ee005c664a5da958c9777d972b51 /modules/FindKDE4Internal.cmake
parent2c993c081c491ff0f686890212d7b01c801c01b1 (diff)
downloadextra-cmake-modules-8b88d351ff98ef6d04cfc0042bb7276412bfb6ef.tar.gz
extra-cmake-modules-8b88d351ff98ef6d04cfc0042bb7276412bfb6ef.tar.bz2
increase the .so versioning
also replace a couple 4.3 -> 4.4 messages svn path=/trunk/KDE/kdelibs/; revision=1012303
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 adb6e8c7..91567585 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1153,13 +1153,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.3 include dir: ${KDE4_INCLUDE_DIR}")
+ message(STATUS "Found KDE 4.4 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.3 library dir: ${KDE4_LIB_DIR}")
+ message(STATUS "Found KDE 4.4 library dir: ${KDE4_LIB_DIR}")
else(KDE4_LIB_DIR)
message(STATUS "ERROR: unable to find the KDE 4 core library")
endif(KDE4_LIB_DIR)