Skip to content

Commit 52faf41

Browse files
committed
[SYCL] Specify output file for ocl-icd external project.
It's needed for ninja to correctly process dependencies. Signed-off-by: Vlad Romanov <[email protected]>
1 parent d8f6ce5 commit 52faf41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ if( NOT OpenCL_LIBRARIES )
104104
${OPENCL_ICD_LOADER_WDK}
105105
STEP_TARGETS configure,build,install
106106
DEPENDS ocl-headers
107+
BUILD_BYPRODUCTS ${OpenCL_LIBRARIES}
107108
)
108109
else()
109110
file(GLOB ICD_LOADER_SRC "${OpenCL_LIBRARIES}*")

0 commit comments

Comments
 (0)