Skip to content

Commit

Permalink
CUDA: remove cuda_drivers linking dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Sep 7, 2022
1 parent 6ff7fc3 commit 9bd6ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if(ADIOS2_HAVE_CUDA)
OUTPUT_NAME adios2${ADIOS2_LIBRARY_SUFFIX}_core_cuda
)
target_compile_features(adios2_core_cuda PRIVATE cuda_std_14)
target_link_libraries(adios2_core PRIVATE adios2_core_cuda CUDA::cudart CUDA::cuda_driver)
target_link_libraries(adios2_core PRIVATE adios2_core_cuda CUDA::cudart)
set(maybe_adios2_core_cuda adios2_core_cuda)
endif()

Expand Down

0 comments on commit 9bd6ef5

Please sign in to comment.