mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 04:58:15 +08:00
[aws-sdk] drop static block because aws-sdk actually works in static builds.
This commit is contained in:
parent
84c99801c4
commit
a4b593ac62
@ -1,8 +1,3 @@
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||
message(STATUS "Warning: Static building not supported yet. Building dynamic.")
|
||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||
endif()
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/aws-sdk-cpp-1.0.34)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
|
Loading…
x
Reference in New Issue
Block a user