We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake does not find this file during building
#include <iDynTree/KinDynComputations.h>
because idyntree-high-level is not linked in idyntree/bindings/pybind11/CMakeLists.txt here is a fix: CMakeLists.txt
idyntree/bindings/pybind11/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
Thanks @andreaostuni ! I will probably work on fixing this, if you want to speed up the process would you be interested in opening a PR with this fix?
cc @francesco-romano
Sorry, something went wrong.
I guess this was closed in #1128, right @andreaostuni ?
andreaostuni
No branches or pull requests
cmake does not find this file during building
because idyntree-high-level is not linked in
idyntree/bindings/pybind11/CMakeLists.txt
here is a fix:
CMakeLists.txt
The text was updated successfully, but these errors were encountered: