mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
FindGettext: Fix target name for the GETTEXT_PROCESS_POT_FILE function
The correct target name is "potfiles" and not "potfile".
This commit is contained in:
@@ -52,7 +52,7 @@ This module provides several function.
|
|||||||
[INSTALL_DESTINATION <destdir>]
|
[INSTALL_DESTINATION <destdir>]
|
||||||
LANGUAGES <lang>...)
|
LANGUAGES <lang>...)
|
||||||
|
|
||||||
This function creates a custom target "potfile" which processes the given
|
This function creates a custom target "potfiles" which processes the given
|
||||||
.pot file to .mo files. Options:
|
.pot file to .mo files. Options:
|
||||||
|
|
||||||
``ALL``
|
``ALL``
|
||||||
|
|||||||
Reference in New Issue
Block a user