cmake/Help/variable/ENV.rst

9 lines
180 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ENV
---
2018-10-28 12:09:07 +01:00
Read environment variables.
2014-08-03 19:52:23 +02:00
2018-10-28 12:09:07 +01:00
Use the syntax ``$ENV{VAR}`` to read environment variable ``VAR``.
See the :command:`set` command to see how to write environment variables.