summaryrefslogtreecommitdiff
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-12 17:37:49 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-12 17:37:49 +0100
commit979923657e35b1cb65d04f9189f4c8b03b77c14f (patch)
tree4760dd1e8d910d50bf3b3a306065762564a6112e /po/CMakeLists.txt
parent704ffbf1da16b76310556682d24b9a0c26e3f9bd (diff)
gettext search updates
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 99318d5..1ae2211 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -4,9 +4,6 @@
MESSAGE ( STATUS "<Locating Gettext>" )
MESSAGE ( STATUS "<******************************>" )
FIND_PACKAGE ( Gettext REQUIRED )
-IF ( NOT GETTEXT_MSGFMT_EXECUTABLE )
- MESSAGE ( FATAL_ERROR "Please install the msgfmt binary" )
-ENDIF ( NOT GETTEXT_MSGFMT_EXECUTABLE )
FILE ( GLOB _po_files *.po )
SET ( _gmoFiles )
###############################################################################