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

Update deprecated FindPython #4782

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 7, 2023

  1. Update deprecated FindPython

    CMake 2.27 removes support for deprecated FindPython scripts.
    
    In case CMake is custom built/installed in /usr/local, it seems to pick
    up the version of FindPython from the /usr/share folder. This causes
    issues when, for example, using a custom built installation of
    Python in `/usr/local`: if the version is more recent than what's listed
    in the system CMake script, it's not picked up.
    
    Use the new version of the script, so Python is picked up correctly.
    infinitesnow committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ce9c6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd9b91 View commit details
    Browse the repository at this point in the history