Skip to content

Commit 674ede1

Browse files
committed
make openssl the default
add preset for ZET with win32crypto
1 parent 7bd8eea commit 674ede1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CMakePresets.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"binaryDir": "${sourceDir}/build",
151151
"hidden": true,
152152
"cacheVariables": {
153+
"TLSUV_TLSLIB": "openssl",
153154
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
154155
}
155156
},
@@ -266,6 +267,20 @@
266267
"vcpkg",
267268
"vcpkg-win64-mingw-static"
268269
]
270+
},
271+
{
272+
"name": "ci-windows-x64-win32cryptoo",
273+
"inherits": [
274+
"ci-build",
275+
"ci-win64-mingw",
276+
"dev-mode",
277+
"vcpkg",
278+
"vcpkg-win64-mingw-static"
279+
],
280+
"cacheVariables": {
281+
"TLSUV_TLSLIB": "win32crypto"
282+
}
269283
}
284+
270285
]
271286
}

vcpkg.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
{
1414
"name": "openssl",
15-
"platform": "!windows & !mingw",
1615
"$comment": "on linux we use system installed OpenSSL, as determined by vcpkg-overlays/linux-syslibs)"
1716
},
1817
"json-c",

0 commit comments

Comments
 (0)