-
Notifications
You must be signed in to change notification settings - Fork 187
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
fix for 'Ninja Multi-Config' generator #677
Conversation
mean-ui-thread
commented
May 28, 2023
- I've checked this Git style guide. Yes
- I've checked this CMake style guide. Yes
- My change will work with CMake 3.2 (minimum requirement for Hunter). Yes
- I will try to keep this pull request as small as possible and will try not to mix unrelated features. Yes
yes I am aware that |
Thanks for this improvement. Will this flag be set always when using Ninja generator, or does one need to explicitly enable this ninja-multi-config generator? |
@NeroBurner The latter: One does need the explicitly enable the ninja multi-config generator. Example:
When using So far everything seems to work with ninja multi-config except when building for |
Thanks for the clarification. The changes seem minimal, so @rbsheth please merge. Yes, |
@NeroBurner good to know! Thanks! |
Do you need anything else from me for merging this pull request? it looks like the CI for it might be stuck... Right now, my team is manually patching |
Sorry for the delay here. Merged! |
Thank you! 😊 |