mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 00:22:00 +08:00
Fix OpenSSL
This commit is contained in:
parent
79b86abebf
commit
1772bc2fcc
2
deps/+OpenSSL/OpenSSL.cmake
vendored
2
deps/+OpenSSL/OpenSSL.cmake
vendored
@ -24,7 +24,7 @@ ExternalProject_Add(dep_OpenSSL
|
||||
DOWNLOAD_DIR ${${PROJECT_NAME}_DEP_DOWNLOAD_DIR}/OpenSSL
|
||||
BUILD_IN_SOURCE ON
|
||||
CONFIGURE_COMMAND ${_conf_cmd} ${_cross_arch}
|
||||
"--prefix=${PROJECT_NAME}_DEP_INSTALL_PREFIX"
|
||||
"--prefix=${${PROJECT_NAME}_DEP_INSTALL_PREFIX}"
|
||||
${_cross_comp_prefix_line}
|
||||
no-shared
|
||||
no-ssl3-method
|
||||
|
Loading…
x
Reference in New Issue
Block a user