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

Add code to allow for verbose fetchcontent. #113

Closed
wants to merge 2 commits into from

Conversation

WardF
Copy link
Collaborator

@WardF WardF commented May 15, 2024

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
Copy link
Collaborator Author

WardF commented May 21, 2024

Superceded by #124, closing as redundant.

@WardF WardF closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants