OpenSSL library with static CRT linkage · Issue #890...
I want to build OpenSSL dynamic libraries with CRT statically linked. My triplet: set(VCPKG_TARGET_ARCHITECTURE x86) set(VCPKG_CRT_LINKAGE static) set(VCPKG_LIBRARY_LINKAGE dynamic) The libeay32.dll and ssleay32.dll are still compiled wi...