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
This PR silences the message
> Using compatibility mode for Python, set PYBIND11_FINDPYTHON to
NEW/OLD to silence this message
The message is gone when `find_package(Python REQUIRED COMPONENTS
Development.Module)` is done before fetching pybind11, as `Python_FOUND`
will be set.
0 commit comments