From b91b7efd32e2194bcae04a1d3953b4d6967cf7d6 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 13 Jan 2012 16:58:30 +0400 Subject: Remove FindMsgfmt Authors should use FindGettext from cmake instead --- attic/modules/FindMsgfmt.cmake | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 attic/modules/FindMsgfmt.cmake (limited to 'attic/modules') diff --git a/attic/modules/FindMsgfmt.cmake b/attic/modules/FindMsgfmt.cmake deleted file mode 100644 index 47c61219..00000000 --- a/attic/modules/FindMsgfmt.cmake +++ /dev/null @@ -1,28 +0,0 @@ -# - Try to find msgfmt -# Once done this will define -# -# MSGFMT_FOUND - system has msgfmt - -# Copyright (c) 2007, Montel Laurent -# -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -### TODO: KDE4 needs msgfmt of version 0.15 or greater (cf. msgfmt --version ) - -if(MSGFMT_EXECUTABLE) - set(MSGFMT_FOUND TRUE) -else(MSGFMT_EXECUTABLE) - - FIND_PROGRAM(MSGFMT_EXECUTABLE NAMES msgfmt) - if (MSGFMT_EXECUTABLE) - set(MSGFMT_FOUND TRUE) - else (MSGFMT_EXECUTABLE) - if (Msgfmt_FIND_REQUIRED) - message(SEND_ERROR "Could NOT find msgfmt program") - endif (Msgfmt_FIND_REQUIRED) - endif (MSGFMT_EXECUTABLE) - MARK_AS_ADVANCED(MSGFMT_EXECUTABLE) - -endif (MSGFMT_EXECUTABLE) - -- cgit v1.2.1