diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 17:32:44 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 17:32:44 +0100 |
| commit | 704ffbf1da16b76310556682d24b9a0c26e3f9bd (patch) | |
| tree | 0ca2640475806ed849546f3a79eb2e5334f7d2ac /po | |
| parent | 5158bdb88d2bad0cfafde2700c839c78b4b061c6 (diff) | |
Various updates
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" ) |