Skip to content

Commit

Permalink
c2rust-ast-exporter: fix tinycbor release hash
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Jan 31, 2023
1 parent b9a4643 commit 1c2516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2rust-ast-exporter/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(ASTExporter)
#################################################
set(TINYCBOR_URL "https://github.com/intel/tinycbor/archive/v0.6.0.tar.gz"
CACHE STRING "tinycbor download URL")
set(TINYCBOR_MD5 "44eea4241ca98db5a601fa0734d64a0d" CACHE STRING "tinycbor archive md5 sum")
set(TINYCBOR_MD5 "3663e683dbf03f49cb7057ed316a7563" CACHE STRING "tinycbor archive md5 sum")
set(TINYCBOR_PREFIX "${CMAKE_BINARY_DIR}/tinycbor" CACHE STRING "tinycbor install prefix")

include(ExternalProject)
Expand Down

0 comments on commit 1c2516e

Please sign in to comment.