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 7edd042 + e8aec71 commit dcb3c9aCopy full SHA for dcb3c9a
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
2
3
4
set(ZITI_SDK_DIR "" CACHE FILEPATH "developer option: use local ziti-sdk-c checkout")
5
-set(ZITI_SDK_VERSION "1.8.5" CACHE STRING "ziti-sdk-c version or branch to use")
+set(ZITI_SDK_VERSION "1.9.2" CACHE STRING "ziti-sdk-c version or branch to use")
6
7
# if TUNNEL_SDK_ONLY then don't descend into programs/ziti-edge-tunnel
8
option(TUNNEL_SDK_ONLY "build only ziti-tunnel-sdk (without ziti)" OFF)
0 commit comments