Skip to content

Commit e6797ae

Browse files
authored
Update mcap (#1774)
Update mcap cpp to last version Signed-off-by: mosfet80 <[email protected]>
1 parent 27a6b60 commit e6797ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcap_vendor/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif()
3434
macro(build_mcap_vendor)
3535
include(FetchContent)
3636
fetchcontent_declare(mcap
37-
URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.3.0.tar.gz
38-
URL_HASH SHA1=558833d0cde8193a04b77251421aabee3447acb2 # v1.3.0
37+
URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.4.0.tar.gz
38+
URL_HASH SHA1=354d894efb6a0c3968885c0e6d43224ff61fa762 # v1.4.0
3939
)
4040
fetchcontent_makeavailable(mcap)
4141

0 commit comments

Comments
 (0)