Skip to content

Commit 9ae86a9

Browse files
committed
Merge pull request opencv#9887 from mshabunin:upgrade-tbb
2 parents 276459e + 223830a commit 9ae86a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

3rdparty/tbb/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ if (WIN32 AND NOT ARM)
55
message(FATAL_ERROR "BUILD_TBB option supports Windows on ARM only!\nUse regular official TBB build instead of the BUILD_TBB option!")
66
endif()
77

8-
set(tbb_ver "tbb44_20160128oss")
9-
set(tbb_filename "4.4.3.tar.gz")
10-
set(tbb_subdir "tbb-4.4.3")
11-
set(tbb_md5 "8e7200af3ac16e91a0d1535c606a485c")
8+
set(tbb_filename "2018_U1.tar.gz")
9+
set(tbb_subdir "tbb-2018_U1")
10+
set(tbb_md5 "b2f2fa09adf44a22f4024049907f774b")
11+
1212
set(tbb_version_file "version_string.ver")
1313
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4702)
1414
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wshadow)
15+
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wunused-parameter)
1516

1617
set(tbb_src_dir "${OpenCV_BINARY_DIR}/3rdparty/tbb")
1718
ocv_download(FILENAME ${tbb_filename}

0 commit comments

Comments
 (0)