mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
mirror tbb in HF S3 for http link
This commit is contained in:
parent
e665a1b4bb
commit
75b193d784
1 changed files with 3 additions and 3 deletions
6
cmake/externals/tbb/CMakeLists.txt
vendored
6
cmake/externals/tbb/CMakeLists.txt
vendored
|
@ -1,11 +1,11 @@
|
||||||
set(EXTERNAL_NAME tbb)
|
set(EXTERNAL_NAME tbb)
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
set(DOWNLOAD_URL https://www.threadingbuildingblocks.org/sites/default/files/software_releases/mac/tbb43_20150209oss_osx.tgz)
|
set(DOWNLOAD_URL http://s3.amazonaws.com/hifi-public/dependencies/tbb43_20150209oss_osx.tgz)
|
||||||
elseif (WIN32)
|
elseif (WIN32)
|
||||||
set(DOWNLOAD_URL https://www.threadingbuildingblocks.org/sites/default/files/software_releases/windows/tbb43_20150209oss_win.zip)
|
set(DOWNLOAD_URL http://s3.amazonaws.com/hifi-public/dependencies/tbb43_20150209oss_win.zip)
|
||||||
else ()
|
else ()
|
||||||
set(DOWNLOAD_URL https://www.threadingbuildingblocks.org/sites/default/files/software_releases/linux/tbb43_20150209oss_lin.tgz)
|
set(DOWNLOAD_URL http://s3.amazonaws.com/hifi-public/dependencies/tbb43_20150209oss_lin.tgz)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
|
|
Loading…
Reference in a new issue