summaryrefslogtreecommitdiff
path: root/Modules/FindGettext.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-22 09:13:14 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2014-09-22 09:13:14 -0400
commit405b92d031176b1475e2ad9f793c9087484bc86d (patch)
treecabaee7fc388778c79a3ed6bd65f6ebfaeb70a5e /Modules/FindGettext.cmake
parent2b1b1b1cfaf88d494175b44f3c5b17d4c0842dd7 (diff)
parent3919f254e89fccd4b9880ea431fbfc7f9e5ec90b (diff)
downloadcmake-405b92d031176b1475e2ad9f793c9087484bc86d.tar.gz
Merge topic 'FindGettext-doc-update'
3919f254 FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)
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 7ab867bc6a..16478cbdf4 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> ... )
#
# ::