mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
4d384d290e
Also add a test case for the behavior.
9 lines
180 B
ReStructuredText
9 lines
180 B
ReStructuredText
ENV
|
|
---
|
|
|
|
Read environment variables.
|
|
|
|
Use the syntax ``$ENV{VAR}`` to read environment variable ``VAR``.
|
|
|
|
See the :command:`set` command to see how to write environment variables.
|