File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ 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 "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
+
12
12
set (tbb_version_file "version_string.ver" )
13
13
ocv_warnings_disable (CMAKE_CXX_FLAGS /wd4702 )
14
14
ocv_warnings_disable (CMAKE_CXX_FLAGS -Wshadow )
15
+ ocv_warnings_disable (CMAKE_CXX_FLAGS -Wunused-parameter )
15
16
16
17
set (tbb_src_dir "${OpenCV_BINARY_DIR} /3rdparty/tbb" )
17
18
ocv_download (FILENAME ${tbb_filename}
You can’t perform that action at this time.
0 commit comments