Commit 68aa0deb authored by Robert Kimball's avatar Robert Kimball

fix eigen warnings during build

parent 9eb275bb
...@@ -64,6 +64,10 @@ endif() ...@@ -64,6 +64,10 @@ endif()
include_directories( include_directories(
"${NGRAPH_INCLUDE_PATH}" "${NGRAPH_INCLUDE_PATH}"
)
include_directories(
SYSTEM
"${EIGEN_INCLUDE_DIR}" "${EIGEN_INCLUDE_DIR}"
"${MKLDNN_INCLUDE_DIR}" "${MKLDNN_INCLUDE_DIR}"
) )
......
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