File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ if (WIN32 AND NOT ARM)
5
5
message (FATAL_ERROR "BUILD_TBB option supports Windows on ARM only!\n Use regular official TBB build instead of the BUILD_TBB option!" )
6
6
endif ()
7
7
8
- set (tbb_ver "tbb43_20141204oss " )
9
- set (tbb_url "http://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_20141204oss_src .tgz" )
10
- set (tbb_md5 "e903dd92d9433701f097fa7ca29a3c1f " )
8
+ set (tbb_ver "tbb44_20160128oss " )
9
+ set (tbb_url "http://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb44_20160128oss_src_0 .tgz" )
10
+ set (tbb_md5 "9d8a4cdf43496f1b3f7c473a5248e5cc " )
11
11
set (tbb_version_file "version_string.ver" )
12
12
ocv_warnings_disable (CMAKE_CXX_FLAGS /wd4702 )
13
13
ocv_warnings_disable (CMAKE_CXX_FLAGS -Wshadow )
You can’t perform that action at this time.
0 commit comments