From 6e7fb870bc9eb5de3642360d376d44ad74b956bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Feb 2019 16:58:32 +0100 Subject: Use common CMake tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ConfigureChecks.cmake | 15 --------------- 1 file changed, 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 ) -- cgit v1.2.3