Przeglądaj źródła

Merge topic 'FindGettext-doc-update'

3919f254 FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)
Brad King 11 lat temu
rodzic
commit
405b92d031
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Modules/FindGettext.cmake

+ 1 - 1
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> ...  )
 #
 # ::