Skip to content
Snippets Groups Projects
Commit e09f7881 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore: re added python linking

parent 136368cc
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #45439 failed
...@@ -83,6 +83,7 @@ if (PYBIND) ...@@ -83,6 +83,7 @@ if (PYBIND)
# Handles Python + pybind11 headers dependencies # Handles Python + pybind11 headers dependencies
target_link_libraries(${module_name} target_link_libraries(${module_name}
Python::Python
PUBLIC PUBLIC
pybind11::pybind11 pybind11::pybind11
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment