mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
Help: Document $ENV{VAR} syntax in cmake-language.7 manual
This commit is contained in:
@@ -312,6 +312,9 @@ inside out, e.g. ``${outer_${inner_variable}_variable}``.
|
|||||||
The `Variables`_ section documents the scope of variable names
|
The `Variables`_ section documents the scope of variable names
|
||||||
and how their values are set.
|
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
|
Comments
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user