Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gco opened this issue Apr 27, 2022 · 1 comment · Fixed by #158
Closed

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

gco opened this issue Apr 27, 2022 · 1 comment · Fixed by #158

Comments

@gco
Copy link

gco commented Apr 27, 2022

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
Copy link
Author

gco commented May 4, 2022

That was introduced in 316dca5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant