Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit e592100

Browse files
authored
Update CMakeLists.txt to current blst/master (#416)
1 parent 6de3d24 commit e592100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ FetchContent_MakeAvailable(Sodium)
5252
if (DEFINED ENV{BLST_MAIN})
5353
set(BLST_GIT_TAG "origin/master")
5454
else ()
55-
# This is currently anchored to upstream aecdcae7956f542fbee2392c1f0feb0a8ac41dc5
56-
set(BLST_GIT_TAG "a8cd361c9f671577aeab3f074098443af92a53fc")
55+
# This is currently anchored to upstream 6b837a0921cf41e501faaee1976a4035ae29d893 dated 2023-06-16
56+
set(BLST_GIT_TAG "6b837a0921cf41e501faaee1976a4035ae29d893")
5757
endif ()
5858
set(BLST_REPOSITORY "https://github.com/supranational/blst.git")
5959

0 commit comments

Comments
 (0)