Skip to content
  • David Cole's avatar
    ExternalProject: Avoid bleed-through output when logging. · 44aff73d
    David Cole authored
    Unset VS_UNICODE_OUTPUT when executing a command whose output
    is being logged to a file. Previously, running Microsoft tools
    in sub-processes of Visual Studio would send their output to
    the Visual Studio output pipe named by this environment variable.
    
    Unsetting it forces the output back to the normal stdout and stderr
    channels where cmake can intercept it and direct it to the
    appropriate log files.
    44aff73d