https://github.com/Kitware/CMake
Raw File
Tip revision: 80bcbe2d85232d748e31fb4de1016af60788505d authored by Brad King on 15 April 2016, 12:48:23 UTC
CMake 3.5.2
Tip revision: 80bcbe2
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