diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 17:37:49 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 17:37:49 +0100 |
| commit | 979923657e35b1cb65d04f9189f4c8b03b77c14f (patch) | |
| tree | 4760dd1e8d910d50bf3b3a306065762564a6112e | |
| parent | 704ffbf1da16b76310556682d24b9a0c26e3f9bd (diff) | |
gettext search updates
| -rw-r--r-- | cmake/FindGettext.cmake | 2 | ||||
| -rw-r--r-- | po/CMakeLists.txt | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake index 14ea623..d32ad09 100644 --- a/cmake/FindGettext.cmake +++ b/cmake/FindGettext.cmake @@ -61,5 +61,3 @@ ELSE (GETTEXT_MSGMERGE_EXECUTABLE AND GETTEXT_MSGFMT_EXECUTABLE ) ENDIF (GetText_REQUIRED)
ENDIF (GETTEXT_MSGMERGE_EXECUTABLE AND GETTEXT_MSGFMT_EXECUTABLE )
-
-
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 ) ############################################################################### |