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

cmake: Use find_package(Python3...) instead of FindPythonInterp #1285

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Jan 2, 2024

The FindPythonInterp module was deprecated in CMake 3.12. Comply with CMP0148 deprecation policy in CMake 3.27.

Use FindPython3 module instead, added in CMake 3.12

The FindPythonInterp module was deprecated in CMake 3.12.
Comply with CMP0148 deprecation policy in CMake 3.27.

Use FindPython3 module instead, added in CMake 3.12
@dneto0 dneto0 requested a review from alan-baker January 2, 2024 20:27
@dneto0
Copy link
Collaborator Author

dneto0 commented Jan 2, 2024

still building locally, and it seems this isn't enough.

@dneto0
Copy link
Collaborator Author

dneto0 commented Jan 2, 2024

ok, now this passes in my local build. Will wait for bots.

@alan-baker alan-baker merged commit 02ef78e into google:main Jan 3, 2024
10 of 12 checks passed
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