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

Use proxsuite when using the superbuild #1503

Open
xEnVrE opened this issue Oct 17, 2023 · 2 comments
Open

Use proxsuite when using the superbuild #1503

xEnVrE opened this issue Oct 17, 2023 · 2 comments

Comments

@xEnVrE
Copy link
Collaborator

xEnVrE commented Oct 17, 2023

We need to use proxsuite for a project involving robots for which we also use the robotology-superbuild. Given that we were not aware of the fact that the superbuild fetches and installs that library, we have cloned proxsuite and installed on the system..

We then realized that something was wrong as our CMake project could not find the proxsuite::proxsuite-vectorized target. After some investigation we discovered that our project was indeed try to link against the proxsuite library installed by the superbuild which however is compiled with -DBUILD_WITH_VECTORIZATION_SUPPORT:BOOL=OFF to support Ubuntu 20.04.

Could you give us a suggestion for this scenario? At the moment we are forcing CMake to use our installation, built with vectorization, by exporting proxsuite_DIR.

Thanks

cc @traversaro @PasMarra

@traversaro
Copy link
Member

Can we have a quick chat today to understand the context on this? Thanks! @xEnVrE @PasMarra

@xEnVrE
Copy link
Collaborator Author

xEnVrE commented Oct 18, 2023

For sure!

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

No branches or pull requests

2 participants