Skip to content

Commit

Permalink
Update Relic anchor to aecdcae7956f542fbee2392c1f0feb0a8ac41dc5. Addr…
Browse files Browse the repository at this point in the history
…esses issue Chia-Network#271.
  • Loading branch information
AmineKhaldi committed Sep 8, 2021
1 parent 45cca81 commit a5f420c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -44,8 +44,8 @@ FetchContent_MakeAvailable(Sodium)
if (DEFINED ENV{RELIC_MAIN})
set(RELIC_GIT_TAG "origin/main")
else ()
# This is currently anchored to upstream b7b2266a0e4ee6f628f61d3ab638f524a18b52f1
set(RELIC_GIT_TAG "31ca41446528f4c35525d5690da249ce6c0d43a1")
# This is currently anchored to upstream aecdcae7956f542fbee2392c1f0feb0a8ac41dc5
set(RELIC_GIT_TAG "1d98e5abf3ca5b14fd729bd5bcced88ea70ecfd7")
endif ()

message(STATUS "Relic will be built from: ${RELIC_GIT_TAG}")
Expand Down

0 comments on commit a5f420c

Please sign in to comment.