Skip to content

Avoid CMake FetchContent#801

Open
alexcrichton wants to merge 1 commit into
WebAssembly:mainfrom
alexcrichton:no-fetch-content
Open

Avoid CMake FetchContent#801
alexcrichton wants to merge 1 commit into
WebAssembly:mainfrom
alexcrichton:no-fetch-content

Conversation

@alexcrichton

Copy link
Copy Markdown
Collaborator

This, at configure time, hits the network. By deferring this to test-time it accelerates the configure itself and moves the fetch to being able to happen in parallel with other parts of the build.

This, at configure time, hits the network. By deferring this to
test-time it accelerates the configure itself and moves the fetch to
being able to happen in parallel with other parts of the build.
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.

1 participant