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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://pybind11.readthedocs.io/en/stable/compiling.html#building-with-cmake
advises to use the CMake code line
find_package(pybind11 REQUIRED)
?pybind11
?add_subdirectory
command work with Debian packagepybind11-dev
, which has the following content:Note that this contains no
CMakeLists.txt
. So again, how couldadd_subdirectory(pybind11)
possibly work?Beta Was this translation helpful? Give feedback.
All reactions