diff options
author | Allen Winter <winter@kde.org> | 2008-07-09 20:07:00 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2008-07-09 20:07:00 +0000 |
commit | b2c19873fae32927ac9e1ecbb6a57fc9951fa8e8 (patch) | |
tree | 2b9de1d549fe66e5450d09c8070bce5c8a263d27 /modules | |
parent | 54f94006b8bb79bccf17b2de46f8b7b0a4c6e090 (diff) | |
download | extra-cmake-modules-b2c19873fae32927ac9e1ecbb6a57fc9951fa8e8.tar.gz extra-cmake-modules-b2c19873fae32927ac9e1ecbb6a57fc9951fa8e8.tar.bz2 |
4.1 -> 4.2
svn path=/branches/KDE/4.1/kdelibs/; revision=830126
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 83213217..e873d0ee 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.1 include dir: ${KDE4_INCLUDE_DIR}") + message(STATUS "Found KDE 4.2 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.1 library dir: ${KDE4_LIB_DIR}") + message(STATUS "Found KDE 4.2 library dir: ${KDE4_LIB_DIR}") else(KDE4_LIB_DIR) message(STATUS "ERROR: unable to find KDE 4 core library") endif(KDE4_LIB_DIR) |