aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdcb <sdflysha@qq.com>2016-11-29 10:32:38 +0800
committersdcb <sdflysha@qq.com>2016-11-29 10:32:38 +0800
commita4b593ac627ef9a47a95277a05ed22083ddca955 (patch)
treeb25d44a3272cf8b382d0c900b8e511250957ff9c
parent84c99801c4142e937ed76b5c8b77747f6865d862 (diff)
downloadvcpkg-a4b593ac627ef9a47a95277a05ed22083ddca955.tar.gz
vcpkg-a4b593ac627ef9a47a95277a05ed22083ddca955.zip
[aws-sdk] drop static block because aws-sdk actually works in static builds.
-rw-r--r--ports/aws-sdk-cpp/portfile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/aws-sdk-cpp/portfile.cmake b/ports/aws-sdk-cpp/portfile.cmake
index 7912f8b11..6a72cda14 100644
--- a/ports/aws-sdk-cpp/portfile.cmake
+++ b/ports/aws-sdk-cpp/portfile.cmake
@@ -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