We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a6b60 commit e6797aeCopy full SHA for e6797ae
mcap_vendor/CMakeLists.txt
@@ -34,8 +34,8 @@ endif()
34
macro(build_mcap_vendor)
35
include(FetchContent)
36
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
+ URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.4.0.tar.gz
+ URL_HASH SHA1=354d894efb6a0c3968885c0e6d43224ff61fa762 # v1.4.0
39
)
40
fetchcontent_makeavailable(mcap)
41
0 commit comments