mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Add the ability to modify the environment of the various steps running as part of an external project build. This specifically adds the ability to set them on the configure , build , install, and test steps, as well as exposing the `ENVIRONMENT_MODIFICATION` keyword arguments to `ExternalProject_Add_Step`, allowing customization of the environment of custom steps. The values of the environment variable respect the `LIST_SEPARATOR`. Fixes: #26963
7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
.* Malformed environment modification specifier: 'HI'
|
|
.* Expected MYVAR=OP:VALUE
|
|
.* Malformed environment modification specifier: 'INVALID=SETTING'
|
|
.* Expected MYVAR=OP:VALUE
|
|
.* Malformed environment modification specifier: 'INVALID=OP1:operation:10'
|
|
.* Expected MYVAR=OP:VALUE
|