robotology-legacy / kdl_codyco

All code migrated to the iDynTree library.
3 stars 1 forks source link

iCub compatible compliation #26

Closed iron76 closed 8 years ago

iron76 commented 10 years ago

Within the iCub users, some people do not "make install". Binaries and include are copied by the default compilation config in the "current build" directory. The associated directory "bin" is added to the path. Include files are resolved thanks to the environment variable $ICUB_DIR. kdl_codyco and orocors_kdl are instead included thanks to the EXPORT_PACKAGE functionality of cmake. This second option is not compatible with shared home-directories (currently used in certain iCub setup) and this poses issues to be solved if we want to maintain shared home-directories.

traversaro commented 8 years ago

This issue have been fixed in one of the hundreds of CMake bugfixes in iDynTree library.