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.
2 parents 8aa3011 + 425e92e commit b10bd4bCopy full SHA for b10bd4b
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