mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -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
4
deps/OpenEXR/OpenEXR.cmake
vendored
4
deps/OpenEXR/OpenEXR.cmake
vendored
|
@ -1,5 +1,7 @@
|
|||
prusaslicer_add_cmake_project(OpenEXR
|
||||
GIT_REPOSITORY https://github.com/openexr/openexr.git
|
||||
# GIT_REPOSITORY https://github.com/openexr/openexr.git
|
||||
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
|
||||
URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de
|
||||
DEPENDS ${ZLIB_PKG}
|
||||
GIT_TAG v2.5.5
|
||||
CMAKE_ARGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue