"vscode:/vscode.git/clone" did not exist on "b889d472c3f3d41898fd06394cf50cfb9a132373"
Commit b10116e5 authored by turneram's avatar turneram
Browse files

Use find_path

parent b1d25f8f
......@@ -347,7 +347,7 @@ foreach(_unused RANGE 2)
string(REGEX REPLACE " /[^ ]+\\.(a|so) " " " HIP_COMPILER_FLAGS "${HIP_COMPILER_FLAGS}")
# Add ck includes
find_path(CK_INCLUDE_PATH ck/ck.hpp)
set (CK_INCLUDE_PATH "/code/AMDMIGraphX/AMDMIGraphX/depend/cget/include/")
#set (CK_INCLUDE_PATH "/code/AMDMIGraphX/AMDMIGraphX/depend/cget/include/")
message(STATUS "CK path: ${CK_INCLUDE_PATH}")
string(APPEND HIP_COMPILER_FLAGS " -isystem ${CK_INCLUDE_PATH}")
endforeach()
......
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