Skip to content

Commit

Permalink
Move us to Chia-Network/relic repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi authored and hoffmang9 committed Sep 1, 2021
1 parent f9db7fa commit d04be82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ if (DEFINED ENV{RELIC_MAIN})
set(RELIC_GIT_TAG "origin/main")
else ()
# This is currently anchored to upstream b7b2266a0e4ee6f628f61d3ab638f524a18b52f1
set(RELIC_GIT_TAG "d20d97c046da2c1689916569e9895b48a4693624")
set(RELIC_GIT_TAG "31ca41446528f4c35525d5690da249ce6c0d43a1")
endif ()

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

FetchContent_Declare(
relic
GIT_REPOSITORY https://github.com/AmineKhaldi/relic.git
GIT_REPOSITORY https://github.com/Chia-Network/relic.git
GIT_TAG ${RELIC_GIT_TAG}
)

Expand Down

0 comments on commit d04be82

Please sign in to comment.