Commit 6bbe69f9 authored by Avijit's avatar Avijit Committed by Christian Convey

Fixed the install target for Mac.

parent 5ba0e13a
......@@ -153,6 +153,7 @@ install(DIRECTORY
${EIGEN_INCLUDE_DIR}/
DESTINATION "${CMAKE_INSTALL_INCLUDE}"
)
if (NOT APPLE)
install(DIRECTORY
${MKLDNN_INCLUDE_DIR}/
DESTINATION "${CMAKE_INSTALL_INCLUDE}"
......@@ -161,5 +162,6 @@ install(DIRECTORY
${MKLDNN_LIB_DIR}/
DESTINATION "${CMAKE_INSTALL_LIB}"
)
endif()
add_dependencies(ngraph eigen)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment