Skip to content

Commit d7f329f

Browse files
authored
Merge pull request #523 from openziti/update-tlsuv-0.23.8
update [email protected]
2 parents cce63a0 + e6932da commit d7f329f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else ()
88

99
FetchContent_Declare(tlsuv
1010
GIT_REPOSITORY https://github.com/openziti/tlsuv.git
11-
GIT_TAG v0.23.7
11+
GIT_TAG v0.23.8
1212
)
1313
FetchContent_MakeAvailable(tlsuv)
1414

library/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
if (TARGET sodium)
22
set(sodium_libs sodium)
3-
get_target_property(sodium_loc sodium LOCATION)
4-
message("sodium is ${sodium_loc}")
53
else ()
64
find_package(unofficial-sodium)
75
if (unofficial-sodium_FOUND)

0 commit comments

Comments
 (0)