https://github.com/Kitware/CMake
Raw File
Tip revision: 25b72e9097260d1faf254155a1199886c808a58f authored by Brad King on 12 July 2017, 13:20:01 UTC
CMake 3.9.0-rc6
Tip revision: 25b72e9
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