-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue compiling -- Did I do anything wrong? #37
Comments
Hello Looks like you're doing everything right and there's a bug in RoR's cmake scripts: we declare minimum cmake version as 3.10, but we use FetchContent module which needs 3.11+ @AnotherFoxGuy Can you verify please? @cddepppp256 Try updating to CMake 3.11+ and see if it works. |
Ok, cmake works now. It is still compiling, though. |
Now I am getting an error from ninja:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running the commands
$ sh dependencies.sh
and$ sh game.sh
I am getting:I already had one issue (outdated version of something) that I was able to solve. Am I doing anything wrong?
The text was updated successfully, but these errors were encountered: