diff options
author | Frank Osterfeld <frank.osterfeld@kdemail.net> | 2007-09-14 09:19:13 +0000 |
---|---|---|
committer | Frank Osterfeld <frank.osterfeld@kdemail.net> | 2007-09-14 09:19:13 +0000 |
commit | 427fd815fa9f4723f4684dca7b64a2051bdbf533 (patch) | |
tree | 6a16b96466c2f9db8e358a46fb101d44c73a6421 | |
parent | 33a5cc9e620d667543453dc455b1004b94fff702 (diff) | |
download | extra-cmake-modules-427fd815fa9f4723f4684dca7b64a2051bdbf533.tar.gz extra-cmake-modules-427fd815fa9f4723f4684dca7b64a2051bdbf533.tar.bz2 |
fix confusing typo, it's kconfig_compiler
svn path=/trunk/KDE/kdelibs/; revision=712346
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index c34a8190..b747e258 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -943,7 +943,7 @@ if (KDE4Internal_FIND_REQUIRED AND NOT KDE4_FOUND) endif (NOT KDE4_INSTALLED_VERSION_OK) if (NOT KDE4_KCFGC_EXECUTABLE) - message(FATAL_ERROR "ERROR: could not detect a usable kconfig-compiler") + message(FATAL_ERROR "ERROR: could not detect a usable kconfig_compiler") endif (NOT KDE4_KCFGC_EXECUTABLE) message(FATAL_ERROR "ERROR: could NOT find everything required for compiling KDE 4 programs") |