summaryrefslogtreecommitdiff
path: root/Modules/FindGettext.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-18 09:36:50 -0400
committerBrad King <brad.king@kitware.com>2014-09-18 09:39:49 -0400
commit3919f254e89fccd4b9880ea431fbfc7f9e5ec90b (patch)
treec2129b9a7f1c77aa3f1fa3acf3fa43d30e47be33 /Modules/FindGettext.cmake
parent4811915367cc23e68e2171b83509b8a382ff1941 (diff)
downloadcmake-3919f254e89fccd4b9880ea431fbfc7f9e5ec90b.tar.gz
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
Diffstat (limited to 'Modules/FindGettext.cmake')
-rw-r--r--Modules/FindGettext.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake
index 6a1e36e2bd..0188d2d4bf 100644
--- a/Modules/FindGettext.cmake
+++ b/Modules/FindGettext.cmake
@@ -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> ... )
#
# ::