"docs/vscode:/vscode.git/clone" did not exist on "e5c34ea968e2c974bb336e76af4932739322dbdc"
Commit 1ac17a13 authored by Paul's avatar Paul
Browse files

Update message

parent c59d175c
...@@ -295,9 +295,9 @@ if(MIGRAPHX_ENABLE_MLIR) ...@@ -295,9 +295,9 @@ if(MIGRAPHX_ENABLE_MLIR)
lib/ lib/lib) lib/ lib/lib)
# REQUIRED is not supported before cmake 3.18 # REQUIRED is not supported before cmake 3.18
if(NOT MLIRAPI_LIBRARY) if(NOT MLIRAPI_LIBRARY)
message(FATAL_ERROR "libMLIRPublicAPI not found") message(FATAL_ERROR "libMLIRMIOpen not found")
else() else()
message(STATUS "Build with libMLIRPublicAPI: " ${MLIRAPI_LIBRARY}) message(STATUS "Build with libMLIRMIOpen: " ${MLIRAPI_LIBRARY})
endif() endif()
find_path(MLIRAPI_HEADERS NAMES mlir-c/Dialect/MIGraphX.h) find_path(MLIRAPI_HEADERS NAMES mlir-c/Dialect/MIGraphX.h)
......
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