mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #9068 from dkurt:mkl_with_openmp
This commit is contained in:
commit
b10bd4b65d
@ -107,7 +107,7 @@ if(${MKL_VERSION_STR} VERSION_GREATER "11.3.0" OR ${MKL_VERSION_STR} VERSION_EQU
|
|||||||
if(MSVC)
|
if(MSVC)
|
||||||
list(APPEND mkl_lib_list mkl_intel_thread libiomp5md)
|
list(APPEND mkl_lib_list mkl_intel_thread libiomp5md)
|
||||||
else()
|
else()
|
||||||
list(APPEND mkl_lib_list libmkl_gnu_thread)
|
list(APPEND mkl_lib_list mkl_gnu_thread)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
list(APPEND mkl_lib_list mkl_sequential)
|
list(APPEND mkl_lib_list mkl_sequential)
|
||||||
|
Loading…
Reference in New Issue
Block a user