Commit e1e37208 authored by Paul's avatar Paul
Browse files

Fix include path

parent c42fbc52
......@@ -4,7 +4,7 @@ add_library(migraph_cpu
cpu_lowering.cpp
)
find_file(BLAZE_INCLUDE blaze/Blaze.h)
find_path(BLAZE_INCLUDE blaze/Blaze.h)
rocm_clang_tidy_check(migraph_cpu)
target_link_libraries(migraph_cpu migraph)
......
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