aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goutte <nicolasg@snafu.de>2007-04-28 18:13:01 +0000
committerNicolas Goutte <nicolasg@snafu.de>2007-04-28 18:13:01 +0000
commit96653b6229f2f5b7bc8f572c4dfa61792275f396 (patch)
tree530d640cb8114a783bb589d949281a19d0f41dfb
parent2cda34b48d13a79e186c16e8a5082bd9003e0557 (diff)
downloadextra-cmake-modules-96653b6229f2f5b7bc8f572c4dfa61792275f396.tar.gz
extra-cmake-modules-96653b6229f2f5b7bc8f572c4dfa61792275f396.tar.bz2
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
-rw-r--r--modules/FindMsgfmt.cmake2
1 files changed, 2 insertions, 0 deletions
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)