diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-10 16:58:32 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-10 16:58:32 +0100 |
commit | 6e7fb870bc9eb5de3642360d376d44ad74b956bd (patch) | |
tree | f8800acf0418920fe655b9720019db44e08cbadc /ConfigureChecks.cmake | |
parent | af976ace7d97d5b7d2713aef4cd5315476878382 (diff) | |
download | gwenview-i18n-6e7fb870bc9eb5de3642360d376d44ad74b956bd.tar.gz gwenview-i18n-6e7fb870bc9eb5de3642360d376d44ad74b956bd.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 7fff420..324f496 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,18 +10,3 @@ # required stuff find_package( TQt ) find_package( TDE ) - - -##### gettext - -if( BUILD_TRANSLATIONS ) - include( FindGettext ) - if( GETTEXT_FOUND ) - set( MSGFMT_EXECUTABLE ${GETTEXT_MSGFMT_EXECUTABLE} - CACHE FILEPATH "path to msgfmt executable" ) - endif( GETTEXT_FOUND ) - - if( NOT MSGFMT_EXECUTABLE ) - tde_message_fatal( "msgfmt is required but was not found on your system." ) - endif( NOT MSGFMT_EXECUTABLE ) -endif( BUILD_TRANSLATIONS ) |