[aws-sdk-cpp] set FORCE_SHARED_CRT ON when building dynamic.

This commit is contained in:
sdcb 2016-12-01 10:27:27 +08:00
parent 76f99eecfc
commit e6a26aaa31

View File

@ -15,6 +15,8 @@ vcpkg_apply_patches(
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
set(FORCE_SHARED_CRT OFF)
else()
set(FORCE_SHARED_CRT ON)
endif()
vcpkg_configure_cmake(