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 definition of BLOCKFACTORY_PLUGIN_PATH on Windows #599

Merged
merged 6 commits into from
Jan 21, 2021

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Jan 21, 2021

On Windows, BlockFactory and WBToolbox install their BlockFactory plugins in <prefix>/bin/blockfactory , so it is this directory that needs to be added in BLOCKFACTORY_PLUGIN_PATH instead of <prefix>/lib/blockfactory as done on Linux and macOS .

See https://github.com/robotology/blockfactory/blob/fe2c6369f73a3cf0a300297989e7c6c536df198f/cmake/BlockFactoryPlugin.cmake#L96 for where the logic of where to install the BlockFactory plugins is defined.

@traversaro traversaro requested review from Nicogene, diegoferigo and nunoguedelha and removed request for Nicogene January 21, 2021 17:39
@traversaro traversaro merged commit 206365e into master Jan 21, 2021
@traversaro traversaro deleted the fix-blockfactory-plugin-path branch January 21, 2021 17:48
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.

2 participants