Skip to content

Commit fbd14e1

Browse files
committed
[UR] Fix include path
1 parent 20297af commit fbd14e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/hip/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ else()
149149
endif()
150150

151151
target_include_directories(${TARGET_NAME} PRIVATE
152-
${HIP_DIR}/../../../
152+
"${CMAKE_CURRENT_SOURCE_DIR}/../../"
153153
)

0 commit comments

Comments
 (0)