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

Correct usage of toolset and architecture when no configurepreset.generator is defined in the preset. #4208

Merged
merged 5 commits into from
Jan 10, 2025

Conversation

gcampbell-msft
Copy link
Collaborator

In CMake Presets versions greater than v3, the generator field is optional. Therefore, we needed to improve our logic to handle this case for the toolset and architecture fields.

Fixes #4181

paulmaybee
paulmaybee previously approved these changes Dec 9, 2024
@gcampbell-msft gcampbell-msft merged commit 35f3449 into main Jan 10, 2025
4 checks passed
@gcampbell-msft gcampbell-msft deleted the dev/gcampbell/FixArchitectureAndToolset branch January 10, 2025 19:11
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.

CMake Presets - Architecture field ignored during configuration
2 participants