-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
changed min cmake ver and CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR #170
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change!
Just two small comments 😉
Can you change the following line Line 38 in 317f58f
to something like this?
Not sure if it's the newer CMake version, but seems like it fails to detect AppleClang on macOS now. Additionally, could you squash the commits into one? |
I'm sorry, I'm not that experienced with git, I think the squashing didn't go well but I made the requested changes |
81e999f
to
48145fb
Compare
ok squashing worked, can you please check now? 😄 |
is it possibble that the problem is in the machine on which builds are running on? |
Change minimum CMake version
I managed to get it working, by using the code from SFML's 2.6.x branch 😄 |
Thanks a lot for this fix! 🙂 |
There was a build error when building CSFML stating that it failed to find files in
cmake
folder. Also there were some warnings for cmake version so changed cmake version too. This fixed the build for me.