We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cce63a0 + e6932da commit d7f329fCopy full SHA for d7f329f
deps/CMakeLists.txt
@@ -8,7 +8,7 @@ else ()
8
9
FetchContent_Declare(tlsuv
10
GIT_REPOSITORY https://github.com/openziti/tlsuv.git
11
- GIT_TAG v0.23.7
+ GIT_TAG v0.23.8
12
)
13
FetchContent_MakeAvailable(tlsuv)
14
library/CMakeLists.txt
@@ -1,7 +1,5 @@
1
if (TARGET sodium)
2
set(sodium_libs sodium)
3
- get_target_property(sodium_loc sodium LOCATION)
4
- message("sodium is ${sodium_loc}")
5
else ()
6
find_package(unofficial-sodium)
7
if (unofficial-sodium_FOUND)
0 commit comments