mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Follow up commit 79f64cc773 (Help: ENVIRONMENT_MODIFICATION clarify only
supports singular values, 2022-02-23) to specifically call out the list
format.
Issue: #23315
10 lines
371 B
ReStructuredText
10 lines
371 B
ReStructuredText
ENVIRONMENT
|
|
-----------
|
|
|
|
Specify environment variables that should be defined for running a test.
|
|
|
|
Set to a :ref:`semicolon-separated list <CMake Language Lists>` list
|
|
of environment variables and values of the form ``MYVAR=value``.
|
|
Those environment variables will be defined while running the test.
|
|
The environment changes from this property do not affect other tests.
|