https://github.com/Kitware/CMake
Raw File
Tip revision: da92cdab5206d0556822ee12350636300ec73160 authored by Brad King on 11 February 2015, 16:08:37 UTC
Merge branch 'cpack_rpm_mulit_prefix_fixup' into release
Tip revision: da92cda
ENV.rst
ENV
---

Access environment variables.

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