-
Notifications
You must be signed in to change notification settings - Fork 194
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
InstallBasicPackageFiles: Support for CMake < 3.9 #1731
InstallBasicPackageFiles: Support for CMake < 3.9 #1731
Conversation
I think it is necessary also to fix https://github.com/robotology/yarp/blob/devel/cmake/template/YARPConfig.cmake.in#L142-L144 , otherwise the PR still gives the error :
|
Right, I forgot about that, sorry... |
@traversaro last commit should fix it... |
Configuration and generation of
I get this error when compiling
|
@Nicogene I must have cleaned up |
There was still one |
👍 Works for me, thanks. |
Working for me. |
Since this build (https://travis-ci.org/robotology/yarp/builds/387342747?utm_source=github_status&utm_medium=notification), the thrift tests seems broken when yarp is compiled static. Anyone knows why ? |
Can we merge this PR? |
@Nicogene possibly related: #1715 (comment). |
@Nicogene an internal
I can replicate this with CMake 3.5 and static YARP at latest devel (e709b46) using own YCM modules. Downstream projects are configured once successfully (no |
This should fix #1727, but I don't have a system to test in this moment.
Can anyone with CMake 3.5 test this, please? @traversaro @PeterBowman @pattacini