cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

Don't set CMAKE_SYSTEM_NAME=SunOS (and probably others)

Open gco opened this issue 2 years ago • 1 comments

This has been seen before, notably #138, but setting CMAKE_SYSTEM_NAME causes cmake to be in a cross-compiling configuration even when it's building native. This causes rust-lang/rust#96054. Only set CMAKE_SYSTEM_NAME when explicitly cross-compiling?

gco avatar Apr 27 '22 02:04 gco

That was introduced in 316dca50e0a440995ee01cf8f91625e2d2242b36

gco avatar May 04 '22 23:05 gco