CMake/Help/variable/ENV.rst

8 lines
144 B
ReStructuredText

ENV
---
Access environment variables.
Use the syntax $ENV{VAR} to read environment variable VAR. See also
the set() command to set ENV{VAR}.