Skip to content

Commit

Permalink
Fix linking with rothrust in downstream applications
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 11, 2024
1 parent a2b64e0 commit 8062a60
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 8062a60

Please sign in to comment.