NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://ncar.github.io/musica/
Apache License 2.0
6 stars 3 forks source link

Add code to allow for verbose fetchcontent. #113

Closed WardF closed 4 months ago

WardF commented 4 months ago

By default, FETCHCONTENT_QUIET is set to TRUE. With good bandwidth, the underlying git actions invoked when running cmake to configure musica are transparent. When on very slow internet, however, the cmake [srcdir] step can take nearly 10 minutes due to the size of the dependency downloads.

Setting FETCHCONTENT_QUIET=FALSE will insert status lines into the cmake-generated output, but by default it does not show the git status re: download. This PR results in more verbose output when -DFETCHCONTENT_QUIET=FALSE is passed to cmake at configure time.

WardF commented 4 months ago

Superceded by #124, closing as redundant.