File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ add_custom_command(
123
123
COMMAND ${CMAKE_COMMAND} -E copy_directory ${sycl_inc_dir} /CL ${SYCL_INCLUDE_BUILD_DIR} /sycl/CL
124
124
COMMENT "Copying SYCL headers ..." )
125
125
126
- # Copy SYCL headers from build to install directory
127
- install (DIRECTORY "${SYCL_INCLUDE_BUILD_DIR } /sycl" DESTINATION ${SYCL_INCLUDE_DIR} COMPONENT sycl-headers )
128
- install (FILES "${version_header} " DESTINATION ${SYCL_INCLUDE_DIR} /sycl/CL /sycl COMPONENT sycl-headers )
126
+ # Copy SYCL headers from source to install directory
127
+ install (DIRECTORY "${sycl_inc_dir } /sycl" DESTINATION ${SYCL_INCLUDE_DIR} COMPONENT sycl-headers )
128
+ install (DIRECTORY "${sycl_inc_dir} /CL " DESTINATION ${SYCL_INCLUDE_DIR} /sycl COMPONENT sycl-headers )
129
129
130
130
set (SYCL_RT_LIBS sycl )
131
131
if (MSVC )
You can’t perform that action at this time.
0 commit comments