robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

Add RPATH support #49

Closed claudiofantacci closed 7 years ago

claudiofantacci commented 7 years ago

This PR aims to cover RPATH support as a followup of issue #48.

I have added AddInstallRPATHSupport.cmake from YCM and used it accordingly in the CMakeLists.txt.

claudiofantacci commented 7 years ago

Travis macOS tests failed because of Error: No available formula with the name "yarp", while Linux tests failed due to Optional package Eigen3 not found..

We have to modify the travis.yml to account this issues.

francesco-romano commented 7 years ago

Let's wait for https://github.com/robotology/robot-testing/pull/50 to relaunch the build

francesco-romano commented 7 years ago

https://github.com/robotology/robot-testing/pull/50 merged. I relaunch the travis build.

claudiofantacci commented 7 years ago

It seems that Travis is failing with the same errors.

francesco-romano commented 7 years ago

Because I'm stupid and I did not rebase the branch. And I've just seen that the branch is in your fork. @claudiofantacci You have to rebase to master and push again

claudiofantacci commented 7 years ago

Eheh no worries!

claudiofantacci commented 7 years ago

Rebased on master 👍