mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Add new option DEP_DOWNLOAD_DIR and go with URLs everywhere
This commit is contained in:
parent
76ec61441e
commit
ac51a7c3d1
15 changed files with 65 additions and 45 deletions
1
deps/OpenSSL/OpenSSL.cmake
vendored
1
deps/OpenSSL/OpenSSL.cmake
vendored
|
@ -19,6 +19,7 @@ ExternalProject_Add(dep_OpenSSL
|
|||
EXCLUDE_FROM_ALL ON
|
||||
URL "https://github.com/openssl/openssl/archive/OpenSSL_1_1_0l.tar.gz"
|
||||
URL_HASH SHA256=e2acf0cf58d9bff2b42f2dc0aee79340c8ffe2c5e45d3ca4533dd5d4f5775b1d
|
||||
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/OpenSSL
|
||||
BUILD_IN_SOURCE ON
|
||||
CONFIGURE_COMMAND ./Configure ${_cross_arch}
|
||||
"--prefix=${DESTDIR}/usr/local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue