Update vcpkg and dependencies to the newer commit sha from 11-10-2021, after last SDK release (#3154)

* Update vcpkg to the newest published tag

* Update to latest commit sha from 12-02-2021

* Update to a commit sha from 11-10-2021, after last SDK release

* Treat third-party dependencies as system to avoid triggering warnings in code we don't control
This commit is contained in:
Ahson Khan 2021-12-08 12:13:57 -08:00 committed by GitHub
parent f758b5917a
commit 894cd75198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
tags/2020.11
fcd3a3bb53356cc954f7fa07cee2c99b253d1a49

View File

@ -85,7 +85,7 @@ if(WIN32)
target_compile_options(azure-storage-common PUBLIC /wd28204 /wd28020)
else()
find_package(LibXml2 REQUIRED)
target_include_directories(azure-storage-common PRIVATE ${LIBXML2_INCLUDE_DIRS})
target_include_directories(azure-storage-common SYSTEM PRIVATE ${LIBXML2_INCLUDE_DIRS})
target_link_libraries(azure-storage-common PRIVATE ${LIBXML2_LIBRARIES})
find_package(OpenSSL REQUIRED)
target_link_libraries(azure-storage-common PRIVATE OpenSSL::SSL OpenSSL::Crypto)