mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[aws-sdk-cpp] set FORCE_SHARED_CRT ON when building dynamic.
This commit is contained in:
parent
76f99eecfc
commit
e6a26aaa31
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user