SWDEV-288707 - Fix build

Currently build is only passing because amdhip64 is being built with
headers from /opt/rocm/include. It should be using the headers from
the hipamd project.

Change-Id: I27cb64b460547ef281d368322afac376fa49db51


[ROCm/clr commit: 37be0e449a]
This commit is contained in:
Vladislav Sytchenko
2021-06-10 09:30:38 -04:00
parent e8ff063910
commit f1c64a7ace
+1 -1
View File
@@ -127,7 +127,7 @@ endif()
target_include_directories(amdhip64
PRIVATE
${PROJECT_SOURCE_DIR}/src/hipamd/include
${CMAKE_CURRENT_LIST_DIR}/include
${PROJECT_SOURCE_DIR}/include
${PROJECT_BINARY_DIR}/include)