From 427fd815fa9f4723f4684dca7b64a2051bdbf533 Mon Sep 17 00:00:00 2001 From: Frank Osterfeld Date: Fri, 14 Sep 2007 09:19:13 +0000 Subject: fix confusing typo, it's kconfig_compiler svn path=/trunk/KDE/kdelibs/; revision=712346 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1