We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91e561 commit a767dbaCopy full SHA for a767dba
src/CMakeLists.txt
@@ -7,7 +7,7 @@ include(FetchContent)
7
if (DEFINED ENV{RELIC_MAIN})
8
set(RELIC_GIT_TAG "origin/main")
9
else ()
10
- set(RELIC_GIT_TAG "1885ae3b681c423c72b65ce1fe70910142cf941c")
+ set(RELIC_GIT_TAG "3a23142be0a5510a3aa93cd6c76fc59d3fc732a5")
11
endif ()
12
13
message(STATUS "Relic will be built from: ${RELIC_GIT_TAG}")
0 commit comments