提交 fdf99bbe 编写于 作者: Q qiaolongfei

follow comment

上级 1aeb6c5c
...@@ -99,10 +99,10 @@ elseif (WITH_MKLML) ...@@ -99,10 +99,10 @@ elseif (WITH_MKLML)
endif() endif()
if(WITH_MKLDNN) if(WITH_MKLDNN)
set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/") set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/mkldnn")
copy(mkldnn_lib copy(mkldnn_lib
SRCS ${MKLDNN_INSTALL_DIR} SRCS ${MKLDNN_INC_DIR} ${MKLDNN_SHARED_LIB}
DSTS ${dst_dir} DSTS ${dst} ${dst_dir}/lib
) )
endif() endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册