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 a74ecaa commit 17c3cb5Copy full SHA for 17c3cb5
sdk/tables/azure-data-tables/vcpkg/Config.cmake.in
@@ -8,7 +8,10 @@
8
9
include(CMakeFindDependencyMacro)
10
find_dependency(azure-core-cpp)
11
-find_dependency(LibXml2)
+if(NOT WIN32)
12
+ find_dependency(LibXml2)
13
+ find_dependency(OpenSSL)
14
+endif()
15
16
include("${CMAKE_CURRENT_LIST_DIR}/azure-data-tables-cppTargets.cmake")
17
sdk/tables/azure-data-tables/vcpkg/vcpkg.json
@@ -25,6 +25,10 @@
25
"default-features": false,
26
"platform": "!windows"
27
},
28
+ {
29
+ "name": "openssl",
30
+ "platform": "!windows"
31
+ },
32
{
33
"name": "vcpkg-cmake",
34
"host": true
0 commit comments