We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4e160 commit c25e80eCopy full SHA for c25e80e
1 file changed
examples/nvexec/CMakeLists.txt
@@ -85,8 +85,7 @@ function(def_cpu_example example)
85
add_executable(${target} ${source})
86
set_executable_output_name(${target})
87
target_link_libraries(${target}
88
- PRIVATE nvexec_example
89
- stdpar_multicore
+ PRIVATE stdpar_multicore
90
STDEXEC::stdexec
91
stdexec_executable_flags
92
)
0 commit comments