File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22
33
44set (ZITI_SDK_DIR "" CACHE FILEPATH "developer option: use local ziti-sdk-c checkout" )
5- set (ZITI_SDK_VERSION "1.6.6 " CACHE STRING "ziti-sdk-c version or branch to use" )
5+ set (ZITI_SDK_VERSION "1.7.0 " CACHE STRING "ziti-sdk-c version or branch to use" )
66
77# if TUNNEL_SDK_ONLY then don't descend into programs/ziti-edge-tunnel
88option (TUNNEL_SDK_ONLY "build only ziti-tunnel-sdk (without ziti)" OFF )
Original file line number Diff line number Diff line change 150150 "binaryDir" : " ${sourceDir}/build" ,
151151 "hidden" : true ,
152152 "cacheVariables" : {
153- "CMAKE_BUILD_TYPE" : " RelWithDebInfo" ,
154- "TLSUV_TLSLIB" : " openssl"
153+ "CMAKE_BUILD_TYPE" : " RelWithDebInfo"
155154 }
156155 },
157156 {
Original file line number Diff line number Diff line change 1212 },
1313 {
1414 "name" : " openssl" ,
15+ "platform" : " !windows & !mingw" ,
1516 "$comment" : " on linux we use system installed OpenSSL, as determined by vcpkg-overlays/linux-syslibs)"
1617 },
1718 " json-c" ,
You can’t perform that action at this time.
0 commit comments