Skip to content

Commit

Permalink
Require the exact version of Thrust in the versions.json file (#119)
Browse files Browse the repository at this point in the history
Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: #119
  • Loading branch information
trxcllnt authored Nov 10, 2021
1 parent b15b2df commit 5b50945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/thrust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function(rapids_cpm_thrust NAMESPACE namespaces_name)
include("${rapids-cmake-dir}/cpm/find.cmake")
rapids_cpm_find(Thrust ${version} ${ARGN}
GLOBAL_TARGETS ${namespaces_name}::Thrust
CPM_ARGS
CPM_ARGS FIND_PACKAGE_ARGUMENTS EXACT
GIT_REPOSITORY ${repository}
GIT_TAG ${tag}
GIT_SHALLOW ${shallow}
Expand Down

0 comments on commit 5b50945

Please sign in to comment.