From e6797ae10570a7e92592a1c3e8732da50eda9152 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 9 Aug 2024 23:12:10 +0200 Subject: [PATCH] Update mcap (#1774) Update mcap cpp to last version Signed-off-by: mosfet80 --- mcap_vendor/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcap_vendor/CMakeLists.txt b/mcap_vendor/CMakeLists.txt index d5789b292..61aab1bfe 100644 --- a/mcap_vendor/CMakeLists.txt +++ b/mcap_vendor/CMakeLists.txt @@ -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)