diff options
author | Brad King <brad.king@kitware.com> | 2014-09-22 13:13:14 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-22 13:13:14 (GMT) |
commit | 405b92d031176b1475e2ad9f793c9087484bc86d (patch) | |
tree | cabaee7fc388778c79a3ed6bd65f6ebfaeb70a5e /Modules | |
parent | 2b1b1b1cfaf88d494175b44f3c5b17d4c0842dd7 (diff) | |
parent | 3919f254e89fccd4b9880ea431fbfc7f9e5ec90b (diff) | |
download | CMake-405b92d031176b1475e2ad9f793c9087484bc86d.zip CMake-405b92d031176b1475e2ad9f793c9087484bc86d.tar.gz CMake-405b92d031176b1475e2ad9f793c9087484bc86d.tar.bz2 |
Merge topic 'FindGettext-doc-update'
3919f254 FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindGettext.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake index 7ab867b..16478cb 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> ... ) # # :: |