Closed traversaro closed 3 years ago
FYI @Yeshasvitvs @lrapetti
It would be convenient to tag a released after this fix is integrated to fix the conda binary generation at the robotology-superbuild level (see robotology/robotology-superbuild#681). Let me know if you want to do that or you like me to do it.
@traversaro Done https://github.com/robotology/wearables/releases/tag/v1.2.1
If one wants to specify additional linked flags, those should be appended to
CMAKE_SHARED_LINKER_FLAGS
, not overwrite it as this would lead to theLDFLAGS
environment variable to be ignored, leading to linking errors in some environments (for example conda).For more details see:
It would be convenient to tag a released after this fix is integrated to fix the conda binary generation at the robotology-superbuild level (see https://github.com/robotology/robotology-superbuild/issues/681). Let me know if you want to do that or you like me to do it.
Fix https://github.com/robotology/robotology-superbuild/issues/681 .