Skip to content

Commit c25e80e

Browse files
committed
don't add nvc++ -gpu= flags to CPU examples
1 parent 3e4e160 commit c25e80e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/nvexec/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ function(def_cpu_example example)
8585
add_executable(${target} ${source})
8686
set_executable_output_name(${target})
8787
target_link_libraries(${target}
88-
PRIVATE nvexec_example
89-
stdpar_multicore
88+
PRIVATE stdpar_multicore
9089
STDEXEC::stdexec
9190
stdexec_executable_flags
9291
)

0 commit comments

Comments
 (0)