[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5749-g73d0ec2

Brad King brad.king at kitware.com
Mon Nov 25 08:56:07 EST 2013


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  73d0ec245b3102bae71775a227c044b1eac7d117 (commit)
       via  45a03aa6542da2628aeb21aa13fa9ecec3bb5dd5 (commit)
      from  a9069355537dc03176f3e1bc519766abd3ec6403 (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=73d0ec245b3102bae71775a227c044b1eac7d117
commit 73d0ec245b3102bae71775a227c044b1eac7d117
Merge: a906935 45a03aa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 25 08:56:04 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 25 08:56:04 2013 -0500

    Merge topic 'doc-cmake-language-env-vars' into next
    
    45a03aa Help: Document $ENV{VAR} syntax in cmake-language.7 manual


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=45a03aa6542da2628aeb21aa13fa9ecec3bb5dd5
commit 45a03aa6542da2628aeb21aa13fa9ecec3bb5dd5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 25 08:54:17 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 25 08:55:28 2013 -0500

    Help: Document $ENV{VAR} syntax in cmake-language.7 manual

diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst
index 7285897..61d0a42 100644
--- a/Help/manual/cmake-language.7.rst
+++ b/Help/manual/cmake-language.7.rst
@@ -312,6 +312,9 @@ inside out, e.g. ``${outer_${inner_variable}_variable}``.
 The `Variables`_ section documents the scope of variable names
 and how their values are set.
 
+An *environment variable reference* has the form ``$ENV{VAR}`` and
+is evaluated in the same contexts as a normal variable reference.
+
 Comments
 --------
 

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-language.7.rst |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list