summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-12 17:32:44 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-12 17:32:44 +0100
commit704ffbf1da16b76310556682d24b9a0c26e3f9bd (patch)
tree0ca2640475806ed849546f3a79eb2e5334f7d2ac /po
parent5158bdb88d2bad0cfafde2700c839c78b4b061c6 (diff)
Various updates
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt2
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" )