diff options
Diffstat (limited to 'po')
| -rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index bc41aed..99318d5 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,6 +1,8 @@ ############################################################################### # WE NEED GETTEXT ############################################################################## +MESSAGE ( STATUS "<Locating Gettext>" ) +MESSAGE ( STATUS "<******************************>" ) FIND_PACKAGE ( Gettext REQUIRED ) IF ( NOT GETTEXT_MSGFMT_EXECUTABLE ) MESSAGE ( FATAL_ERROR "Please install the msgfmt binary" ) |