From 382a6caac60cd60b1267ba153dda2c5022d8e40e Mon Sep 17 00:00:00 2001 From: james-rms Date: Thu, 3 Nov 2022 07:22:08 +1100 Subject: [PATCH] mcap_vendor: update to v0.6.0 (#69) Signed-off-by: James Smith --- mcap_vendor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcap_vendor/CMakeLists.txt b/mcap_vendor/CMakeLists.txt index cb70a06165..723da2ff7e 100644 --- a/mcap_vendor/CMakeLists.txt +++ b/mcap_vendor/CMakeLists.txt @@ -21,7 +21,7 @@ macro(build_mcap_vendor) include(FetchContent) fetchcontent_declare(mcap GIT_REPOSITORY https://github.com/foxglove/mcap.git - GIT_TAG da2b85b9a6745a7022ff2736fb7d159c1c027087 # releases/cpp/v0.5.0 + GIT_TAG 066f03b9b8444ffc1134e852e3419e4a4c0bef85 # releases/cpp/v0.6.0 ) fetchcontent_makeavailable(mcap)