mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
7abd574798
Extend the cmake command-line interface to support cmake -E env [--unset=NAME]... [NAME=VALUE]... COMMAND [ARG]... This will be useful to run processes with modified environments without using a shell or a full "cmake -P" script to wrap it. Extend the RunCMake.CommandLine test to cover success and failure cases. Inspired-by: Jonathan Bohren <jbo@jhu.edu>
2 lines
33 B
Plaintext
2 lines
33 B
Plaintext
^cmake -E env: no command given$
|