Skip to content
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 Python finding #275

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

nikitalita
Copy link
Contributor

The current FindPython3.cmake had a bug in which it failed to find simplified python exes, like python3.

Additionally, it was not very good at dealing with systems that had numerous python installations to choose from, like my own; cmake >= 3.19 has FindPython3, and all the other cmake Modules that you currently have. So, I changed Cmakelists.txt to only include the modules if the cmake version is < 3.19.

Copy link
Member

@lyskov lyskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, - thank you @nikitalita !

@lyskov lyskov merged commit 5a66684 into RosettaCommons:master Nov 17, 2023
11 checks passed
ldedier-gpfw pushed a commit to G-P-S/binder that referenced this pull request Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants