Revisit CMake logic for creating Python extensions with pybind11 #721
Labels
05: target: framework / python
15: feature: configuration
Configuration stuff: cmake, ...
25: kind: bug
25: kind: enhancement
35: medium priority
I need this soon
Milestone
On some platforms it is necessary to explicitly link to
Python::Python
, besides linking againstpybind11::module
. The docs suggest that linking againstpybind11::module
should be enough (https://pybind11.readthedocs.io/en/stable/compiling.html#advanced-interface-library-targets).velocity and Saeb's computer, linking
lue_py_framework_x
fails. After linking againstPython::Python
it succeeds. Maybe something else is going on.The text was updated successfully, but these errors were encountered: