Skip to content

Commit

Permalink
Bring Relic to e6209f
Browse files Browse the repository at this point in the history
We tested and fixed for #194 but we forgot to pull relic forward in 1.0.3. This moves Relic to relic-toolkit/relic@e6209fd which passes the nightly build.
  • Loading branch information
hoffmang9 committed Jul 10, 2021
1 parent 7457c4b commit db1f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(FetchContent)
if (DEFINED ENV{RELIC_MAIN})
set(RELIC_GIT_TAG "origin/main")
else ()
set(RELIC_GIT_TAG "1885ae3b681c423c72b65ce1fe70910142cf941c")
set(RELIC_GIT_TAG "e6209fd80e07203b865983faee635fa1f85d6c9f")
endif ()

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

0 comments on commit db1f0ca

Please sign in to comment.