aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2008-11-12 00:56:07 +0000
committerAllen Winter <winter@kde.org>2008-11-12 00:56:07 +0000
commitf351181f55c94cba3988ef6be223963ec297b88a (patch)
treea9303532efa42d838bfb451e9d86b1ce13a8f8b9 /modules/FindKDE4Internal.cmake
parentb5a5c267ffa16d88c3236bbc0f5cd4ee32bea4a8 (diff)
downloadextra-cmake-modules-f351181f55c94cba3988ef6be223963ec297b88a.tar.gz
extra-cmake-modules-f351181f55c94cba3988ef6be223963ec297b88a.tar.bz2
clean up a few STATUS messages.
svn path=/trunk/KDE/kdelibs/; revision=883065
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index a67d371c..79d0ef53 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1125,7 +1125,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
set (KDE4_CXX_FPIE_FLAGS "-fPIE")
set (KDE4_PIE_LDFLAGS "-pie")
else(HAVE_FPIE_SUPPORT)
- message(STATUS "Your compiler doesn't support PIE flag")
+ message(STATUS "Your compiler doesn't support the PIE flag")
endif(HAVE_FPIE_SUPPORT)
endif(KDE4_ENABLE_FPIE)
@@ -1240,18 +1240,18 @@ macro (KDE4_PRINT_RESULTS)
if(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")
+ message(STATUS "ERROR: unable to find the KDE 4 headers")
endif(KDE4_INCLUDE_DIR)
if(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")
+ message(STATUS "ERROR: unable to find the KDE 4 core library")
endif(KDE4_LIB_DIR)
endif (NOT _kdeBootStrapping)
if(KDE4_KCFGC_EXECUTABLE)
- message(STATUS "Found KDE4 kconfig_compiler preprocessor: ${KDE4_KCFGC_EXECUTABLE}")
+ message(STATUS "Found the KDE4 kconfig_compiler preprocessor: ${KDE4_KCFGC_EXECUTABLE}")
else(KDE4_KCFGC_EXECUTABLE)
message(STATUS "Didn't find the KDE4 kconfig_compiler preprocessor")
endif(KDE4_KCFGC_EXECUTABLE)
@@ -1259,7 +1259,7 @@ macro (KDE4_PRINT_RESULTS)
if(AUTOMOC4_EXECUTABLE)
message(STATUS "Found automoc4: ${AUTOMOC4_EXECUTABLE}")
else(AUTOMOC4_EXECUTABLE)
- message(STATUS "Didn't find the automoc4")
+ message(STATUS "Didn't find automoc4")
endif(AUTOMOC4_EXECUTABLE)
endmacro (KDE4_PRINT_RESULTS)