diff options
Diffstat (limited to 'po')
| -rw-r--r-- | po/CMakeLists.txt | 3 |
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 ) ############################################################################### |