cmake/Help/variable/ENV.rst

8 lines
165 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ENV
---
Access environment variables.
2015-11-17 17:22:37 +01:00
Use the syntax ``$ENV{VAR}`` to read environment variable ``VAR``. See also
the :command:`set` command to set ``ENV{VAR}``.