Skip to content
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

Bump minimum cmake dependency to 0.1.47 #1375

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

AgostonSzepessy
Copy link
Contributor

@AgostonSzepessy AgostonSzepessy commented Feb 23, 2024

The profile() function used in build.rs was added to the cmake crate starting with version 0.1.4. Because of this, building projects that depend on SDL2 with -Zminimal-versions fails. I bumped it to 0.1.47 because this allows it to build with VS 2022 using -Zminimal-versions.

The `profile()` function used in `build.rs` was added starting with
version 0.1.4. Because of this, building projects that depend on SDL2
with `-Zminimal-versions` fails.
@AgostonSzepessy
Copy link
Contributor Author

@AgostonSzepessy AgostonSzepessy changed the title Bump minimum cmake dependency to 0.1.4 Bump minimum cmake dependency to 0.1.47 Feb 23, 2024
@Cobrand Cobrand merged commit 4756373 into Rust-SDL2:master Jun 13, 2024
17 checks passed
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 this pull request may close these issues.

2 participants