Skip to content

Commit

Permalink
Use mcap tarball rather than git clone (#1200)
Browse files Browse the repository at this point in the history
This avoids git lfs quota issues

Signed-off-by: Michael Carroll <michael@openrobotics.org>

Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored and james-rms committed Dec 8, 2022
1 parent 21f1bfa commit 3cceea9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mcap_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cceea9

Please sign in to comment.