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 vendored FindPython3 to CMake 3.20.5 #367

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

diegoferigo
Copy link
Member

Fixes #363 (reply in thread). cc @nicholaspalomo

The signature of find_package_handle_standard_args changed in recent CMake versions (there's a new HANDLE_VERSION_RANGE option), and without vendoring also FindPackageHandleStandardArgs.cmake, the system file is included. If the system CMake is too old (e.g. 3.16), the configuration fails due to the CMake signature mismatch.

@diegoferigo diegoferigo merged commit d69e492 into devel Jul 1, 2021
@diegoferigo diegoferigo deleted the feature/findpython3 branch July 1, 2021 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants