summaryrefslogtreecommitdiff
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
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 )
###############################################################################