Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thrust/cmake/thrust-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ endfunction()
macro(_thrust_find_CUDA required)
if (NOT TARGET Thrust::CUDA)
thrust_debug("Searching for CUB ${required}" internal)
find_package(CUB CONFIG
find_package(CUB ${THRUST_VERSION} CONFIG
${_THRUST_QUIET_FLAG}
${required}
NO_DEFAULT_PATH # Only check the explicit HINTS below:
Expand Down