Skip to content

BUG: Fix fetch issue with template test

Andrew Wilson requested to merge andrew.wilson/iMSTK:FixTemplateTest into master

Resolves #413 (closed)

FetchContent_Populate's git commands seem to only be happy when it is pulling the HEAD of template project. If it's a sha behind it will break and the whole build will fail. Switching to zip lets it pull any sha no matter its git history.

Edited by Andrew Wilson

Merge request reports