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:
parent
f758b5917a
commit
894cd75198
@ -1 +1 @@
|
||||
tags/2020.11
|
||||
fcd3a3bb53356cc954f7fa07cee2c99b253d1a49
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user