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

Use FetchContent for bootstrap phase #138

Closed
drdanz opened this issue May 10, 2018 · 3 comments · Fixed by #403
Closed

Use FetchContent for bootstrap phase #138

drdanz opened this issue May 10, 2018 · 3 comments · Fixed by #403

Comments

@drdanz
Copy link
Member

drdanz commented May 10, 2018

We should test if it is possible to use FetchContent instead of YCM bootstrap phase.
Also we should check if the FetchContent module can be used with previous CMake version and if we can import it in cmake-next

@traversaro
Copy link
Member

Also we should check if the FetchContent module can be used with previous CMake version and if we can import it in cmake-next

In gazebo-fmi, we vendor the FetchContent module and it is working fine (tested by Travis) on Xenial (CMake 3.5), see robotology/gazebo-fmi#23 .

@drdanz
Copy link
Member Author

drdanz commented Dec 27, 2018

FetchContent imported in latest devel (b195e0d)

@drdanz
Copy link
Member Author

drdanz commented Sep 30, 2020

An experiment with robotology-superbuild was done here: robotology/robotology-superbuild#473 (see also the comments).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
YCM 1.0.0
  
Done
2 participants