FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)

Rename GETTEXT_PROCESS_POT to GETTEXT_PROCESS_POT_FILE.

Patch-by: maahnat@gmail.com
This commit is contained in:
Brad King 2014-09-18 09:36:50 -04:00
parent 4811915367
commit 3919f254e8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
# ALL option is used, the translations will also be created when
# building the default target.
#
# GETTEXT_PROCESS_POT( <potfile> [ALL] [INSTALL_DESTINATION <destdir>]
# GETTEXT_PROCESS_POT_FILE( <potfile> [ALL] [INSTALL_DESTINATION <destdir>]
# LANGUAGES <lang1> <lang2> ... )
#
# ::