Skip to content
Snippets Groups Projects
Commit 8ab81393 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] python module depends on sot-core

As src/python-module-py.cpp includes sot/core/debug.hh
parent 04bb7bda
No related branches found
No related tags found
No related merge requests found
Pipeline #7953 failed
......@@ -64,6 +64,7 @@ FOREACH(lib ${plugins})
"src/python-module-py.cpp"
)
PKG_CONFIG_USE_DEPENDENCY(sot-dynamic-pinocchio-${PYTHON_LIBRARY_NAME}-wrap pinocchio)
PKG_CONFIG_USE_DEPENDENCY(sot-dynamic-pinocchio-${PYTHON_LIBRARY_NAME}-wrap sot-core)
ENDIF(BUILD_PYTHON_INTERFACE)
ENDFOREACH(lib)
......
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