We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3c1cd commit ab1e015Copy full SHA for ab1e015
1 file changed
test/nvexec/CMakeLists.txt
@@ -70,5 +70,9 @@ icm_add_build_failure_test(
70
LIBRARIES stdexec nvexec
71
FOLDER test
72
)
73
-set_target_properties(when_all_fail PROPERTIES LANGUAGE CUDA)
74
-set_target_properties(when_all_fail PROPERTIES LINKER_LANGUAGE CUDA)
+set_target_properties(when_all_fail
+ PROPERTIES
75
+ LANGUAGE CUDA
76
+ LINKER_LANGUAGE CUDA)
77
+target_compile_options(when_all_fail PRIVATE
78
+ $<$<CXX_COMPILER_ID:Clang>:-x cuda>)
0 commit comments