mirror of
https://github.com/openziti/ziti-sdk-c.git
synced 2026-09-10 08:45:39 +00:00
allow upstream projects to override tlsuv version (#985)
This commit is contained in:
@@ -13,6 +13,7 @@ set(PROJECT_VERSION ${GIT_VERSION})
|
||||
include(cmake/variables.cmake)
|
||||
|
||||
set(tlsuv_DIR "" CACHE FILEPATH "developer option: use local tlsuv checkout")
|
||||
set(tlsuv_VERSION "v0.40.6" CACHE STRING "developer option: tlsuv branch or tag to use (if tlsuv_DIR is unset)")
|
||||
|
||||
message("project version: ${PROJECT_VERSION}")
|
||||
message("git info:")
|
||||
|
||||
Vendored
+1
-1
@@ -9,7 +9,7 @@ if (NOT TARGET tlsuv)
|
||||
else ()
|
||||
FetchContent_Declare(tlsuv
|
||||
GIT_REPOSITORY https://github.com/openziti/tlsuv.git
|
||||
GIT_TAG v0.40.6
|
||||
GIT_TAG ${tlsuv_VERSION}
|
||||
)
|
||||
FetchContent_MakeAvailable(tlsuv)
|
||||
endif (tlsuv_DIR)
|
||||
|
||||
Reference in New Issue
Block a user