"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "03afba77125103d019cd56a031f1d140dfc5d39a"
Commit e1e37208 authored by Paul's avatar Paul
Browse files

Fix include path

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