Skip to content

Commit

Permalink
cmake: Use relic-toolkit/relic at 186a15da6d07ef436dd8f00a434583831…
Browse files Browse the repository at this point in the history
…0a0aad3 (dashpay#16)
  • Loading branch information
xdustinface authored Mar 18, 2021
1 parent 4995c3c commit fd3f193
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_MASTER})
set(RELIC_GIT_TAG "origin/master")
else ()
set(RELIC_GIT_TAG "9384f1c80cb80878aaafa7a64b7a6703d8d94f4c")
set(RELIC_GIT_TAG "186a15da6d07ef436dd8f00a4345838310a0aad3")
endif ()

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

0 comments on commit fd3f193

Please sign in to comment.