mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 05:04:43 +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)
|
||||
|
||||
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)
|
||||
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 ()
|
||||
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 ()
|
||||
|
||||
include(ExternalProject)
|
||||
|
|
Loading…
Reference in a new issue