[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-474-g89a9078
Brad King
brad.king at kitware.com
Wed Feb 22 16:46:09 EST 2017
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 89a9078a7caa162f1793a242caf3ce1d90cb2fd4 (commit)
via 08526b1ae92bfab52c750e7d5fd7b6790a4baac8 (commit)
from 3e46192ef2c87777d136894f4dcc9bcb524164f9 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=89a9078a7caa162f1793a242caf3ce1d90cb2fd4
commit 89a9078a7caa162f1793a242caf3ce1d90cb2fd4
Merge: 3e46192 08526b1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 22 16:46:08 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 22 16:46:08 2017 -0500
Merge topic 'doc-cmake-language-makefile-vars' into next
08526b1a fixup! Help: Clarify 'make-style' variable references in cmake-language(7)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=08526b1ae92bfab52c750e7d5fd7b6790a4baac8
commit 08526b1ae92bfab52c750e7d5fd7b6790a4baac8
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 22 16:45:55 2017 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 22 16:45:55 2017 -0500
fixup! Help: Clarify 'make-style' variable references in cmake-language(7)
diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst
index f98200c..27b5d30 100644
--- a/Help/manual/cmake-language.7.rst
+++ b/Help/manual/cmake-language.7.rst
@@ -335,9 +335,9 @@ For example:
content. For example, the unquoted arguments ``-Da="b c"``,
``-Da=$(v)``, and ``a" "b"c"d`` are each interpreted literally.
- Make-style references are also treated literally as part of the
- content and do not undergo variable expansion. They are treated
- as part of a single argument (rather than as separate ``$``, ``(``,
+ Make-style references are treated literally as part of the content
+ and do not undergo variable expansion. They are treated as part
+ of a single argument (rather than as separate ``$``, ``(``,
``MAKEVAR``, and ``)`` arguments).
The above "unquoted_legacy" production represents such arguments.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-language.7.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list