From e2e2573659d2c1008288b5ede68cfce4193aff42 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Wed, 7 Dec 2022 13:07:08 -0600 Subject: [PATCH] Use mcap tarball rather than git clone This avoids git lfs quota issues Signed-off-by: Michael Carroll --- mcap_vendor/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mcap_vendor/CMakeLists.txt b/mcap_vendor/CMakeLists.txt index 25c008daf2..705ccdfd67 100644 --- a/mcap_vendor/CMakeLists.txt +++ b/mcap_vendor/CMakeLists.txt @@ -27,9 +27,8 @@ endif() macro(build_mcap_vendor) include(FetchContent) fetchcontent_declare(mcap - GIT_REPOSITORY https://github.com/foxglove/mcap.git - GIT_TAG dc6561d9ba867901709e36526dcf7f7359861e9c # releases/cpp/v0.7.0 - ) + URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v0.7.0.tar.gz + URL_HASH SHA1=0fccc7bf49e3d8f4dc05219f537cf7d9fa4adb42) fetchcontent_makeavailable(mcap) fetchcontent_declare(lz4