https://github.com/Kitware/CMake
Raw File
Tip revision: 44cc305ac12d58fe476f815b89f42288455e44a9 authored by Brad King on 25 October 2018, 11:52:24 UTC
CMake 3.13.0-rc2
Tip revision: 44cc305
ENVIRONMENT.rst
ENVIRONMENT
-----------

Specify environment variables that should be defined for running a test.

If set to a list of environment variables and values of the form
MYVAR=value those environment variables will be defined while running
the test.  The environment is restored to its previous state after the
test is done.
back to top