Skip to content

execute_process: Restore no-decoding default behavior

Since !263 (merged) we decode child process output using the console's active codepage by default. This differs from previous versions of CMake and is therefore incompatible. Changing this default will require a policy, so for now revert the default behavior back to performing no decoding.

Merge request reports