Skip to content
New issue

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

Fix python bindings and related bindings cleanup #985

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Sep 23, 2024

Fix #984: c1b007a

Permit to build bindings as standalone projects, to easily compile separately C++ library and Python bindings (useful to support easily multiple Python versions). Furtheremore, cleanup the CMake structure by using SWIG_USE_TARGET_INCLUDE_DIRECTORIES instead of manually passing directories via include_directories: 1f02858

Remove references to iDyn library (that anyhow was not wrapped in bindings): 8eac019

@pattacini pattacini merged commit 75f2c94 into robotology:master Sep 23, 2024
4 checks passed
@traversaro traversaro deleted the support-split-python-bindings branch September 23, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SWIG bindings fail on Python 3.10/3.12 with swig 4.2.1
2 participants