We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85021d commit 60d6d2aCopy full SHA for 60d6d2a
2 files changed
cmake/modules/AddCUDAToolkit.cmake
tests/unit/CMakeLists.txt
@@ -15,9 +15,8 @@ set(ut_libs Catch2::Catch2)
15
# we definitely have TARGET std::coroutine
16
if (CXXStdCoroutine_FOUND)
17
list(APPEND ut_src fibonacci-coro.cc)
18
- list(APPEND ut_src device_coro.cc)
19
if (TTG_HAVE_CUDA)
20
- list(APPEND ut_src cuda_kernel.cu)
+ list(APPEND ut_src device_coro.cc cuda_kernel.cu)
21
endif(TTG_HAVE_CUDA)
22
list(APPEND ut_libs std::coroutine)
23
endif(CXXStdCoroutine_FOUND)
0 commit comments