mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
Use /etc/ssl for OpenSSL's configuration on *nix.
This commit is contained in:
parent
29858b3cb2
commit
0b6e548977
@ -106,7 +106,7 @@ add_custom_command(
|
|||||||
no-md2
|
no-md2
|
||||||
${PLATFORM}
|
${PLATFORM}
|
||||||
"--prefix=${CMAKE_INSTALL_PREFIX}"
|
"--prefix=${CMAKE_INSTALL_PREFIX}"
|
||||||
"--openssldir=${CMAKE_INSTALL_PREFIX}"
|
"--openssldir=/etc/ssl"
|
||||||
${CFLAGS}
|
${CFLAGS}
|
||||||
COMMAND "${CMAKE_COMMAND}" "-DDIR=${BUILDDIR}" -P "${CMAKE_CURRENT_LIST_DIR}/remove-deps.cmake"
|
COMMAND "${CMAKE_COMMAND}" "-DDIR=${BUILDDIR}" -P "${CMAKE_CURRENT_LIST_DIR}/remove-deps.cmake"
|
||||||
VERBATIM
|
VERBATIM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user