Skip to content

Commit

Permalink
Update Relic for G1 fix (#248)
Browse files Browse the repository at this point in the history
* Update Relic for G1 fix

* e9948b of Relic seems happier

* Use Relic at 7ed8e7

* Add fix for RELIC parsing invalid inputs. (#249)

Co-authored-by: Diego F. Aranha <dfaranha@gmail.com>
  • Loading branch information
hoffmang9 and dfaranha committed Jul 16, 2021
1 parent 84aed12 commit b634cc4
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 "e6209fd80e07203b865983faee635fa1f85d6c9f")
set(RELIC_GIT_TAG "7ed8e702db74d5d5a83b0bfaf9ee8e33a70e36ed")
endif ()

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

0 comments on commit b634cc4

Please sign in to comment.