diff --git a/deploy/cpp/CMakeLists.txt b/deploy/cpp/CMakeLists.txt index 34f8808d53e085c43048c4955a5715d663e4291e..48cc734da09f60644d62671cc2333a9b74c77945 100644 --- a/deploy/cpp/CMakeLists.txt +++ b/deploy/cpp/CMakeLists.txt @@ -156,7 +156,7 @@ if(WITH_MKL) if (WIN32) set(MKLDNN_LIB ${MKLDNN_PATH}/lib/mkldnn.lib) else () - set(MKLDNN_LIB ${MKLDNN_PATH}/lib/libmkldnn.so.0) + set(MKLDNN_LIB ${MKLDNN_PATH}/lib/libdnnl.so.3) endif () endif() else()