Point to a commit w/ libsodium 1.0.20 in the README
This commit is contained in:
@@ -36,7 +36,7 @@ include(FetchContent)
|
||||
# Update the commit to point to whatever libsodium-cmake-commit you want to target.
|
||||
FetchContent_Declare(Sodium
|
||||
GIT_REPOSITORY https://github.com/robinlinden/libsodium-cmake.git
|
||||
GIT_TAG 99f14233eab1d4f7f49c2af4ec836f2e701c445e # HEAD as of 2022-05-28
|
||||
GIT_TAG e5b985ad0dd235d8c4307ea3a385b45e76c74c6a # HEAD, last updated at 2025-04-13
|
||||
)
|
||||
set(SODIUM_DISABLE_TESTS ON)
|
||||
FetchContent_MakeAvailable(Sodium)
|
||||
|
||||
Reference in New Issue
Block a user