MantisBT - CMake
View Issue Details
0016034CMakeCMakepublic2016-03-25 00:422016-06-10 14:31
Tatsuyuki Ishi 
Kitware Robot 
highmajoralways
closedmoved 
CMake 3.5.1 
 
0016034: Completely wrong FindGettext documentation
I found out that FindGettext module's document is not only confusing but completely wrong.

The documentation says:
# GETTEXT_CREATE_TRANSLATIONS ( outputFile [ALL] file1 ... fileN )
#
# ::
#
# This will create a target "translations" which will convert the
# given input po files into the binary output mo file. If the
# ALL option is used, the translations will also be created when
# building the default target.

What it does:
Process given po files, one by one, expected usage is one po per language.
The outputFile parameter is actually for the gettext package name, internal codes expects package.pot passed.
And also it implicitly creates install target, without any description.

Other functions' documentation are also confusing, I hope you rewrite these.
No tags attached.
Issue History
2016-03-25 00:42Tatsuyuki IshiNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042969
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042969)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.