Skip to content
  • Brad King's avatar
    cmake: Add '-E env' command-line tool · 7abd5747
    Brad King authored
    
    
    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: default avatarJonathan Bohren <jbo@jhu.edu>
    7abd5747