mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06: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>]
|
||||
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:
|
||||
|
||||
``ALL``
|
||||
|
||||
Reference in New Issue
Block a user