mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 00:45:17 +08:00
Merge pull request #4473 from BillyONeal/use_etc_ssl
Use /etc/ssl for OpenSSL's configuration on *nix.
This commit is contained in:
commit
76ea5e321c
@ -106,7 +106,7 @@ add_custom_command(
|
||||
no-md2
|
||||
${PLATFORM}
|
||||
"--prefix=${CMAKE_INSTALL_PREFIX}"
|
||||
"--openssldir=${CMAKE_INSTALL_PREFIX}"
|
||||
"--openssldir=/etc/ssl"
|
||||
${CFLAGS}
|
||||
COMMAND "${CMAKE_COMMAND}" "-DDIR=${BUILDDIR}" -P "${CMAKE_CURRENT_LIST_DIR}/remove-deps.cmake"
|
||||
VERBATIM
|
||||
|
Loading…
Reference in New Issue
Block a user