We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cc122 commit 6e28b92Copy full SHA for 6e28b92
mcap_vendor/CMakeLists.txt
@@ -32,8 +32,8 @@ endif()
32
macro(build_mcap_vendor)
33
include(FetchContent)
34
fetchcontent_declare(mcap
35
- URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v0.8.0.tar.gz
36
- URL_HASH SHA1=b44637791da2c9c1cec61a3ba6994f1ef63a228c # v0.8.0
+ URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.1.0.tar.gz
+ URL_HASH SHA1=3220ddd900d987575ae1066254dd97cdec877a26 # v1.1.0
37
)
38
fetchcontent_makeavailable(mcap)
39
0 commit comments