Skip to content

Commit

Permalink
Thrust package name case (#576)
Browse files Browse the repository at this point in the history
Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #576
  • Loading branch information
trxcllnt authored Mar 22, 2022
1 parent 6e552ec commit 15eb20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_thrust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function(find_and_configure_thrust)
include(${rapids-cmake-dir}/cpm/thrust.cmake)

rapids_cpm_thrust( NAMESPACE raft )
rapids_export_package(BUILD thrust raft-exports)
rapids_export_package(BUILD Thrust raft-exports)
endfunction()

find_and_configure_thrust()

0 comments on commit 15eb20a

Please sign in to comment.