Commit 9e45a7af authored by Adam Procter's avatar Adam Procter Committed by GitHub

Merge pull request #136 from NervanaSystems/bob/eigen_warnings

fix eigen warnings during build
parents 9eb275bb 68aa0deb
......@@ -64,10 +64,14 @@ endif()
include_directories(
"${NGRAPH_INCLUDE_PATH}"
)
include_directories(
SYSTEM
"${EIGEN_INCLUDE_DIR}"
"${MKLDNN_INCLUDE_DIR}"
)
add_library(ngraph SHARED ${SRC})
target_include_directories(ngraph PUBLIC "${NGRAPH_INCLUDE_PATH}")
......
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