Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit dcbbdf2

Browse files
authored
Make hipify_sources_target work with multiple include dirs (#183)
1 parent 39cdfec commit dcbbdf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build2cmake/src/templates/utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function (hipify_sources_target OUT_SRCS NAME ORIG_SRCS)
8181
# Copy over include directories from the original CUDA file.
8282
set_source_files_properties(
8383
${SRC}
84-
PROPERTIES INCLUDE_DIRECTORIES ${include_dirs})
84+
PROPERTIES INCLUDE_DIRECTORIES "${include_dirs}")
8585
endif()
8686

8787
list(APPEND HIP_SRCS "${CMAKE_CURRENT_BINARY_DIR}/${SRC}")

0 commit comments

Comments
 (0)