From 96653b6229f2f5b7bc8f572c4dfa61792275f396 Mon Sep 17 00:00:00 2001 From: Nicolas Goutte Date: Sat, 28 Apr 2007 18:13:01 +0000 Subject: SVN_SILENT: add a TODO comment that msgfmt should be of version >= 0.15 (currently either 0.15, 0.15.1, 0.16 or 0.16.1) (Older version do not know about the context keyword msgctxt.) svn path=/trunk/KDE/kdelibs/; revision=658881 --- modules/FindMsgfmt.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/FindMsgfmt.cmake b/modules/FindMsgfmt.cmake index 309b8b92..cc9912ea 100644 --- a/modules/FindMsgfmt.cmake +++ b/modules/FindMsgfmt.cmake @@ -8,6 +8,8 @@ # 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) -- cgit v1.2.1