[Cmake-commits] CMake branch, next, updated. v3.3.1-2787-g975e550
Brad King
brad.king at kitware.com
Tue Sep 8 11:36:53 EDT 2015
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 975e5508025450edfd26f13d93905fcdf8ff266b (commit)
via 8bfa34b78e30a2fbc49e7eb67dde7b412ead9305 (commit)
from f3175f9efae20517d3f32f357b76ec2f87e88519 (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=975e5508025450edfd26f13d93905fcdf8ff266b
commit 975e5508025450edfd26f13d93905fcdf8ff266b
Merge: f3175f9 8bfa34b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 8 11:36:52 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 8 11:36:52 2015 -0400
Merge topic 'doc-get_filename_component-typo' into next
8bfa34b7 Help: Fix typo in get_filename_component docs
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8bfa34b78e30a2fbc49e7eb67dde7b412ead9305
commit 8bfa34b78e30a2fbc49e7eb67dde7b412ead9305
Author: Christopher Meng <i at cicku.me>
AuthorDate: Sat Sep 5 15:56:43 2015 +0800
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Sep 8 11:36:06 2015 -0400
Help: Fix typo in get_filename_component docs
trailing slahes -> trailing slashes
diff --git a/Help/command/get_filename_component.rst b/Help/command/get_filename_component.rst
index 82f9120..14c8cf2 100644
--- a/Help/command/get_filename_component.rst
+++ b/Help/command/get_filename_component.rst
@@ -19,7 +19,7 @@ Set ``<VAR>`` to a component of ``<FileName>``, where ``<COMP>`` is one of:
NAME_WE = File name without directory or longest extension
PATH = Legacy alias for DIRECTORY (use for CMake <= 2.8.11)
-Paths are returned with forward slashes and have no trailing slahes.
+Paths are returned with forward slashes and have no trailing slashes.
The longest file extension is always considered. If the optional
``CACHE`` argument is specified, the result variable is added to the
cache.
-----------------------------------------------------------------------
Summary of changes:
Help/command/get_filename_component.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list