robotology / robometry

Telemetry suite for logging data from your robot 🤖
https://robotology.github.io/robometry
Other
14 stars 9 forks source link

Add info message when fetching content #96

Closed S-Dafarra closed 3 years ago

S-Dafarra commented 3 years ago

CMake hangs while fetching contents. At least we avoid people worrying.

S-Dafarra commented 3 years ago

Apparently yes https://cmake.org/cmake/help/latest/module/FetchContent.html:

FETCHCONTENT_QUIET The logging output during population can be quite verbose, making the configure stage quite noisy. This cache option (ON by default) hides all population output unless an error is encountered. If experiencing problems with hung downloads, temporarily switching this option off may help diagnose which content population is causing the issue.

Even if I think we are only interested in knowing that something is currently ongoing. Not sure we need all the details