Skip to content

cmake: Fix '-E cat' command for binary files on Windows

Johnny Jazeix requested to merge petitlapin/cmake:fix_cat_binary_windows into master

Reset std::cout to write in binary mode with no encoding conversions.

Fixes: #21295 (closed)
Backport: release
Topic-rename: cmake-E-cat-binary

Edited by Brad King

Merge request reports