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.
1 parent df0e8e0 commit d7e0fb3Copy full SHA for d7e0fb3
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.7.9" CACHE STRING "ziti-sdk-c version or branch to use")
+set(ZITI_SDK_VERSION "1.7.10" 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