diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d0974e733a3422eed2a059de4d674a0ca574365..636d71b4ce37041199c9e68749f5ebc02b8e7bab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ if (PYBIND) # Handles Python + pybind11 headers dependencies target_link_libraries(${module_name} + Python::Python PUBLIC pybind11::pybind11 )