aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2007-08-08 11:28:42 +0000
committerLaurent Montel <montel@kde.org>2007-08-08 11:28:42 +0000
commit6b0cda9db133c1e449d59dd4519ba18425c564bd (patch)
treed295b617e553ec7f58ab1aa22aa95886294b7a8e /modules
parent4642fd327fdf3f7b1f660bd066bb38ee41e2f401 (diff)
downloadextra-cmake-modules-6b0cda9db133c1e449d59dd4519ba18425c564bd.tar.gz
extra-cmake-modules-6b0cda9db133c1e449d59dd4519ba18425c564bd.tar.bz2
Make it "fatal"
svn path=/trunk/KDE/kdelibs/; revision=697668
Diffstat (limited to 'modules')
-rw-r--r--modules/FindGettext.cmake2
1 files changed, 1 insertions, 1 deletions
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)