Skip to content
  • Brad King's avatar
    cmake: Teach --build to get VCExpress output (#15437) · 94887cb6
    Brad King authored
    VCExpress does not produce output if its pipes are connected to
    an interactive terminal.  Add a special case to 'cmake --build'
    to capture the output through a pipe and re-print it instead of
    sharing output pipes with VCExpress.
    94887cb6