From 4fed5e58aa64ea5c1e9ef9d582fc5fb06ba7be78 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 14 Jan 2008 18:34:08 +0000 Subject: change find include dir message to be less specific about the KDE 4 minor version. svn path=/trunk/KDE/kdelibs/; revision=761382 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 806488e2..e2dfa71f 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -983,7 +983,7 @@ 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.0 include dir: ${KDE4_INCLUDE_DIR}") + message(STATUS "Found KDE 4 include dir: ${KDE4_INCLUDE_DIR}") else(KDE4_INCLUDE_DIR) message(STATUS "ERROR: unable to find KDE 4 headers") endif(KDE4_INCLUDE_DIR) -- cgit v1.2.1