-
Notifications
You must be signed in to change notification settings - Fork 119
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
How to use shake with CMake? #801
Comments
Thanks for the report, and sorry it's taken so long for me to look at it. In the past, I have used Shake as a replacement for Ninja in CMake. However, I guess at that point whatever Ninja version assertion is now failing either wasn't present, or was present but Shake was high enough to trigger. It does seem that Shake isn't a valid replacement for Ninja because of the version detection. I'm not sure what to do about that - we probably need to figure out how CMake detects the Ninja version. Once we have that, maybe we could write |
I guess you could do something like that for backwards compatibility. Although I think the proper fix is to upstream changes into CMake for future releases. |
How am I supposed to use shake with CMake?
Based on several things I thought shake was compatible with CMake. How do I get this to work?
The text was updated successfully, but these errors were encountered: