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.
1 parent 496f9a0 commit 79a1a9fCopy full SHA for 79a1a9f
sycl/cmake/modules/AddSYCLExecutable.cmake
@@ -27,7 +27,7 @@ macro(add_sycl_executable ARG_TARGET_NAME)
27
endif()
28
29
30
- add_custom_target(${ARG_TARGET_NAME}_exec ALL
+ add_custom_target(${ARG_TARGET_NAME}_exec
31
COMMAND ${DEVICE_COMPILER_EXECUTABLE} -fsycl ${ARG_SOURCES}
32
-o ${CMAKE_CURRENT_BINARY_DIR}/${ARG_TARGET_NAME}
33
${LINKED_LIBS} ${ARG_OPTIONS} ${_SYCL_EXTRA_FLAGS}
0 commit comments