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
The easiest change/fix for this is probably replacing line 275 with a find_package(pybind11 CONFIG) call, and conditionally calling add_subdirectory if pybind11_FOUND is false.
Short description explaining the high-level reason for the new issue.
Current behavior
The ngen build system is installing its own copy of pybind when there is a system install used.
Expected behavior
The build system should use the system pybind install unless it is out of date.
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered: