aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-09-16 08:32:54 +0000
committerLaurent Montel <montel@kde.org>2006-09-16 08:32:54 +0000
commit956caed936ea9355842b3108312855304268aaea (patch)
tree8f30abf6811930feb06d58a29248a3ceea03d9ab
parent4b4b7758ca3bac85fcbe8722cbd028fd78b26cca (diff)
downloadextra-cmake-modules-956caed936ea9355842b3108312855304268aaea.tar.gz
extra-cmake-modules-956caed936ea9355842b3108312855304268aaea.tar.bz2
Now it's kde4-config
svn path=/trunk/KDE/kdelibs/; revision=585068
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 7ff65225..4464503d 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -320,7 +320,7 @@ else(EXISTS ${CMAKE_SOURCE_DIR}/kdecore/kglobal.h)
macro_ensure_version( ${KDE_MIN_VERSION} ${KDEVERSION} KDE4_INSTALLED_VERSION_OK )
else (KDEVERSION)
- message(FATAL_ERROR "Couldn't parse KDE version string from the kde-config output:\n${kdeconfig_output}")
+ message(FATAL_ERROR "Couldn't parse KDE version string from the kde4-config output:\n${kdeconfig_output}")
endif (KDEVERSION)