File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -235,15 +235,10 @@ if (SYCL_ENABLE_XPTI_TRACING)
235
235
endif ()
236
236
endif ()
237
237
238
- if (NOT DEFINED LLVM_INCLUDE_TESTS )
239
- set (LLVM_INCLUDE_TESTS ON )
240
- endif ()
241
-
242
238
option (SYCL_INCLUDE_TESTS
243
239
"Generate build targets for the SYCL unit tests."
244
240
${LLVM_INCLUDE_TESTS} )
245
241
246
-
247
242
# Plugin Library
248
243
add_subdirectory ( plugins )
249
244
@@ -281,7 +276,6 @@ set( SYCL_TOOLCHAIN_DEPLOY_COMPONENTS
281
276
libsycldevice
282
277
)
283
278
284
-
285
279
if (SYCL_BUILD_PI_CUDA )
286
280
# Ensure that libclc is enabled.
287
281
list (FIND LLVM_ENABLE_PROJECTS libclc LIBCLC_FOUND )
@@ -294,7 +288,6 @@ if(SYCL_BUILD_PI_CUDA)
294
288
list (APPEND SYCL_TOOLCHAIN_DEPLOY_COMPONENTS libspirv-builtins pi_cuda )
295
289
endif ()
296
290
297
-
298
291
# Use it as fake dependency in order to force another command(s) to execute.
299
292
add_custom_command (OUTPUT __force_it
300
293
COMMAND "${CMAKE_COMMAND} " -E echo
You can’t perform that action at this time.
0 commit comments