https://github.com/Kitware/CMake
Raw File
Tip revision: dd71ec2c93fdf34f8bbcaafbc05f000ef6ed6cab authored by Brad King on 29 June 2016, 13:51:33 UTC
CMake 3.6.0-rc4
Tip revision: dd71ec2
ENV.rst
ENV
---

Access environment variables.

Use the syntax ``$ENV{VAR}`` to read environment variable ``VAR``.  See also
the :command:`set` command to set ``ENV{VAR}``.
back to top