This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5d0d980d99
CMake
/
Tests
/
RunCMake
/
CommandLine
/
E_env-no-command0-stderr.txt
2 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cmake: Add '-E env' command-line tool 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>
2014-06-24 00:33:33 +04:00
^cmake -E env: no command given$