diff options
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 10 |
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) |