We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hipify_sources_target
1 parent 39cdfec commit dcbbdf2Copy full SHA for dcbbdf2
1 file changed
build2cmake/src/templates/utils.cmake
@@ -81,7 +81,7 @@ function (hipify_sources_target OUT_SRCS NAME ORIG_SRCS)
81
# Copy over include directories from the original CUDA file.
82
set_source_files_properties(
83
${SRC}
84
- PROPERTIES INCLUDE_DIRECTORIES ${include_dirs})
+ PROPERTIES INCLUDE_DIRECTORIES "${include_dirs}")
85
endif()
86
87
list(APPEND HIP_SRCS "${CMAKE_CURRENT_BINARY_DIR}/${SRC}")
0 commit comments