Skip to content

Commit 0e3c1cd

Browse files
committed
looks like ICM only works with .cpp files
1 parent 3b85e67 commit 0e3c1cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/nvexec/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ catch_discover_tests(test.nvexec PROPERTIES TIMEOUT 30)
6666
icm_add_build_failure_test(
6767
NAME when_all_fail
6868
TARGET when_all_fail
69-
SOURCES PARSE when_all_fail.cu
69+
SOURCES PARSE when_all_fail.cpp
7070
LIBRARIES stdexec nvexec
7171
FOLDER test
7272
)
73+
set_target_properties(when_all_fail PROPERTIES LANGUAGE CUDA)
7374
set_target_properties(when_all_fail PROPERTIES LINKER_LANGUAGE CUDA)

0 commit comments

Comments
 (0)