vcpkg 改变编译选项 MT to MD
2020-10-29 本文已影响0人
XBruce
This should be as easy as copying triplets\x86-windows-static.cmake to a new file of your own name (triplets\x86-windows-static-md.cmake, for example). Then change the setting for VCPKG_CRT_LINKAGE to dynamic instead of static.