You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: Switch to using find_package(Python3) and Python3_EXECUTABLE
The old style used was deprecated in CMake 3.12, so this should
not negatively impact our compatibility (requires 3.16)
rpavlik: Only need interpreter, add changelog fragment
Improvement: Migrate CMake build system away from using `find_package(PythonInterpreter)`, deprecated since CMake 3.12. Use `find_package(Python3 COMPONENTS Interpreter)` instead.
0 commit comments