diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-07-02 13:54:38 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2021-07-09 12:45:18 (GMT) |
commit | de4f1f26b0a3217f7caf842c50857b1ac90d9b7d (patch) | |
tree | 655178cd8c11efe1ef3fff26acca0a351b69cc34 /.gitlab/ci/configure_windows_common.cmake | |
parent | 4c757fa3c8a8d5bc32b8d169b2ebfb7781f3ea0c (diff) | |
download | CMake-de4f1f26b0a3217f7caf842c50857b1ac90d9b7d.zip CMake-de4f1f26b0a3217f7caf842c50857b1ac90d9b7d.tar.gz CMake-de4f1f26b0a3217f7caf842c50857b1ac90d9b7d.tar.bz2 |
CTest: add an ENVIRONMENT_MODIFICATION property
This property allows projects to modify environment variables at test
time rather than trying to guess what the state should be based on what
is present at configure time. Of particular interest is the ability to
use a `PATH` present at test time while adding entries known to be
necessary for the test itself.
There are multiple operations provided to modify variables, including:
- setting and unsetting
- appending and prepending as:
- strings
- path lists
- CMake lists
Additionally, a `reset` action is provided to cancel any prior
modifications to that particular variable in the case of incremental
additions to the test property.
Diffstat (limited to '.gitlab/ci/configure_windows_common.cmake')
0 files changed, 0 insertions, 0 deletions