Use /etc/ssl for OpenSSL's configuration on *nix.

This commit is contained in:
Billy Robert O'Neal III 2018-10-12 16:04:39 -07:00
parent 29858b3cb2
commit 0b6e548977

View File

@ -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