mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:19:07 +08:00
06f8fd637d
* [OpenSSL]: support for "no-autoload-config" config option OpenSSL has "no-autoload-config" config option, which disables automatic config loading: https://github.com/openssl/openssl/pull/5959 This patch allows to set above option via variable in custom triplet: # build-openssl-no-autoload-config.cmake set(OPENSSL_NO_AUTOLOAD_CONFIG ON) and use it like: vcpkg install --overlay-triplets=<path-to-triplets> \ openssl:build-openssl-no-autoload-config Signed-off-by: Lev Stipakov <lev@openvpn.net> * [OpenSSL] bump version Signed-off-by: Lev Stipakov <lev@openvpn.net> |
||
---|---|---|
.. | ||
unix | ||
uwp | ||
windows | ||
portfile.cmake | ||
usage | ||
vcpkg-cmake-wrapper.cmake | ||
vcpkg.json |