[Cmake-commits] CMake branch, next, updated. v3.0.2-5380-g624c3ba
Brad King
brad.king at kitware.com
Thu Sep 18 09:40:04 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 624c3ba1e87966bdeb8c0af40e36580cd6524e73 (commit)
via 3919f254e89fccd4b9880ea431fbfc7f9e5ec90b (commit)
from 09343af43ca07b4f3210e21de92555e034801613 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=624c3ba1e87966bdeb8c0af40e36580cd6524e73
commit 624c3ba1e87966bdeb8c0af40e36580cd6524e73
Merge: 09343af 3919f25
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 18 09:40:03 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 18 09:40:03 2014 -0400
Merge topic 'FindGettext-doc-update' into next
3919f254 FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3919f254e89fccd4b9880ea431fbfc7f9e5ec90b
commit 3919f254e89fccd4b9880ea431fbfc7f9e5ec90b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 18 09:36:50 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Sep 18 09:39:49 2014 -0400
FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)
Rename GETTEXT_PROCESS_POT to GETTEXT_PROCESS_POT_FILE.
Patch-by: maahnat at gmail.com
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake
index 6a1e36e..0188d2d 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> ... )
#
# ::
-----------------------------------------------------------------------
Summary of changes:
Modules/FindGettext.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list