We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e16bb commit 425e92eCopy full SHA for 425e92e
cmake/OpenCVFindMKL.cmake
@@ -107,7 +107,7 @@ if(${MKL_VERSION_STR} VERSION_GREATER "11.3.0" OR ${MKL_VERSION_STR} VERSION_EQU
107
if(MSVC)
108
list(APPEND mkl_lib_list mkl_intel_thread libiomp5md)
109
else()
110
- list(APPEND mkl_lib_list libmkl_gnu_thread)
+ list(APPEND mkl_lib_list mkl_gnu_thread)
111
endif()
112
113
list(APPEND mkl_lib_list mkl_sequential)
0 commit comments