Skip to content

Commit de3c517

Browse files
committed
fix typo
1 parent fdf99bb commit de3c517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/inference_lib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if(WITH_MKLDNN)
102102
set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/mkldnn")
103103
copy(mkldnn_lib
104104
SRCS ${MKLDNN_INC_DIR} ${MKLDNN_SHARED_LIB}
105-
DSTS ${dst} ${dst_dir}/lib
105+
DSTS ${dst_dir} ${dst_dir}/lib
106106
)
107107
endif()
108108

0 commit comments

Comments
 (0)