Skip to content

Commit

Permalink
Update mcap-releases-cpp- into CMakeLists.txt (#1612)
Browse files Browse the repository at this point in the history
Update mcap-releases-cpp- i

Signed-off-by: mosfet80 <realeandrea@yahoo.it>
  • Loading branch information
mosfet80 committed May 1, 2024
1 parent cb04693 commit 3cc08f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcap_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.tar.gz
URL_HASH SHA1=3220ddd900d987575ae1066254dd97cdec877a26 # v1.1.0
URL https://github.com/foxglove/mcap/archive/refs/tags/releases/cpp/v1.3.0.tar.gz
URL_HASH SHA1=558833d0cde8193a04b77251421aabee3447acb2 # v1.3.0
)
fetchcontent_makeavailable(mcap)

Expand Down

0 comments on commit 3cc08f3

Please sign in to comment.