From 6b0cda9db133c1e449d59dd4519ba18425c564bd Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 8 Aug 2007 11:28:42 +0000 Subject: Make it "fatal" svn path=/trunk/KDE/kdelibs/; revision=697668 --- modules/FindGettext.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/FindGettext.cmake') diff --git a/modules/FindGettext.cmake b/modules/FindGettext.cmake index 24c2f98a..3b7422ff 100644 --- a/modules/FindGettext.cmake +++ b/modules/FindGettext.cmake @@ -55,7 +55,7 @@ else (LIBC_HAS_DGETTEXT OR LIBINTL_HAS_DGETTEXT) endif (NOT Gettext_FIND_QUIETLY) else (GETTEXT_FOUND) if (Gettext_FIND_REQUIRED) - message(STATUS "Could NOT find Gettext") + message(FATAL_ERROR "Could NOT find Gettext") endif (Gettext_FIND_REQUIRED) endif (GETTEXT_FOUND) -- cgit v1.2.1