diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/FindGettext.cmake | 2 | 
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) | 
