Skip to content

Commit

Permalink
Update mcap (#1774)
Browse files Browse the repository at this point in the history
Update mcap cpp to last version

Signed-off-by: mosfet80 <[email protected]>
  • Loading branch information
mosfet80 authored Aug 9, 2024
1 parent 27a6b60 commit e6797ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcap_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ endif()
macro(build_mcap_vendor)
include(FetchContent)
fetchcontent_declare(mcap
URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.3.0.tar.gz
URL_HASH SHA1=558833d0cde8193a04b77251421aabee3447acb2 # v1.3.0
URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.4.0.tar.gz
URL_HASH SHA1=354d894efb6a0c3968885c0e6d43224ff61fa762 # v1.4.0
)
fetchcontent_makeavailable(mcap)

Expand Down

0 comments on commit e6797ae

Please sign in to comment.