Commit f9e83473 authored by Ramesh Errabolu's avatar Ramesh Errabolu
Browse files

Add user guide

parent 5f25d0e8
...@@ -118,7 +118,7 @@ if(NOT EXISTS ${ROCR_INC_DIR}/hsa/hsa.h) ...@@ -118,7 +118,7 @@ if(NOT EXISTS ${ROCR_INC_DIR}/hsa/hsa.h)
endif() endif()
if(NOT EXISTS ${ROCR_LIB_DIR}/${CORE_RUNTIME_LIBRARY}.so) if(NOT EXISTS ${ROCR_LIB_DIR}/${CORE_RUNTIME_LIBRARY}.so)
message("ERROR: ROC Runtime libraries can't be found under sprcified path") message("ERROR: ROC Runtime libraries can't be found under specified path")
RETURN() RETURN()
endif() endif()
......
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