-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update CMake files to use FindPython3 #2056
Update CMake files to use FindPython3 #2056
Conversation
Looks like I broke Windows. Apple failed for a different reason |
FindPythonInterp is deprectaed. FindPython3 is a drop-in replacement.
The replacement is not as drop-in as I thought. See PR longturn#2056.
b13da4e
to
9ab2dc7
Compare
I am going to run this on Windows clang to double check its ok there. |
Let me tune a few knobs so we can trigger this on Github |
Allows checking that everything builds when needed (e.g. when editing CMake code). See longturn#2056.
Full build starting here: https://github.com/lmoureaux/freeciv21/actions/runs/7012070710 |
Succeeded (except for macOS with the usual bug) |
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.
Windows Clang worked for me too on my local.
The replacement is not as drop-in as I thought. See PR #2056.
FindPythonInterp is deprectaed. FindPython3 is a drop-in replacement.