NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
3 stars 2 forks source link

Verbose status output when setting FETCHCONTENT_QUIET to false #112

Closed WardF closed 2 months ago

WardF commented 2 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 2 months ago

I've just noticed this PR contains some extra files/activity I didn't mean to include. Closing this PR and re-creating against a fresh branch.