Skip to content

MinGW: Fix default windres selection when cross-compiling

Brad King requested to merge brad.king/cmake:mingw-windres-cross-compile into master

When cross-compiling to MinGW, select the windres tool named with the toolchain's prefix.

Fixes: #20500 (closed)

Merge request reports