Add new option DEP_DOWNLOAD_DIR and go with URLs everywhere

This commit is contained in:
tamasmeszaros 2021-03-23 19:01:18 +01:00
parent 76ec61441e
commit ac51a7c3d1
15 changed files with 65 additions and 45 deletions

2
deps/TBB/TBB.cmake vendored
View file

@ -11,7 +11,7 @@ prusaslicer_add_cmake_project(
)
if (MSVC)
add_debug_dep(dep_tbb)
add_debug_dep(dep_TBB)
endif ()