Skip to content

Commit

Permalink
Merge pull request kokkos#6871 from masterleinad/fix_link_rocthrust
Browse files Browse the repository at this point in the history
Fix linking with rothrust in downstream applications
  • Loading branch information
dalg24 authored Mar 13, 2024
2 parents 5e7cab9 + 8062a60 commit 5931cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindTPLROCTHRUST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ FIND_PACKAGE(rocthrust REQUIRED)
KOKKOS_CREATE_IMPORTED_TPL(ROCTHRUST INTERFACE LINK_LIBRARIES roc::rocthrust)

# Export ROCTHRUST as a Kokkos dependency
KOKKOS_EXPORT_CMAKE_TPL(ROCTHRUST)
KOKKOS_EXPORT_CMAKE_TPL(rocthrust)

0 comments on commit 5931cbd

Please sign in to comment.