Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Fix path to installed cub in thrust-config.cmake [NVBug 3340746] #1488

Merged
merged 1 commit into from
Jul 15, 2021
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 @@ -503,7 +503,7 @@ macro(_thrust_find_CUDA required)
NO_DEFAULT_PATH # Only check the explicit HINTS below:
HINTS
"${_THRUST_INCLUDE_DIR}/dependencies/cub" # Source layout
"${_THRUST_INCLUDE_DIR}/.." # Install layout
"${_THRUST_CMAKE_DIR}/.." # Install layout
)

if (TARGET CUB::CUB)
Expand Down