We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd63dd1 + f3ff0d7 commit 3274062Copy full SHA for 3274062
thrust/cmake/thrust-config.cmake
@@ -503,7 +503,7 @@ macro(_thrust_find_CUDA required)
503
NO_DEFAULT_PATH # Only check the explicit HINTS below:
504
HINTS
505
"${_THRUST_INCLUDE_DIR}/dependencies/cub" # Source layout
506
- "${_THRUST_INCLUDE_DIR}/.." # Install layout
+ "${_THRUST_CMAKE_DIR}/.." # Install layout
507
)
508
509
if (TARGET CUB::CUB)
0 commit comments