Skip to content

Commit

Permalink
Merge pull request #523 from openziti/update-tlsuv-0.23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby authored Jun 7, 2023
2 parents cce63a0 + e6932da commit d7f329f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else ()

FetchContent_Declare(tlsuv
GIT_REPOSITORY https://github.com/openziti/tlsuv.git
GIT_TAG v0.23.7
GIT_TAG v0.23.8
)
FetchContent_MakeAvailable(tlsuv)

Expand Down
2 changes: 0 additions & 2 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
if (TARGET sodium)
set(sodium_libs sodium)
get_target_property(sodium_loc sodium LOCATION)
message("sodium is ${sodium_loc}")
else ()
find_package(unofficial-sodium)
if (unofficial-sodium_FOUND)
Expand Down

0 comments on commit d7f329f

Please sign in to comment.