Skip to content

Commit

Permalink
Install CUB headers with .hpp extensions
Browse files Browse the repository at this point in the history
This installs the vendored nvtx3.hpp, which was previously not installed
with the rest of CUB.

Co-authored-by: Bernhard Manfred Gruber <[email protected]>
  • Loading branch information
trxcllnt and bernhardmgruber committed May 2, 2024
1 parent 92441d0 commit 6712004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cub/cmake/CubInstallRules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install(DIRECTORY "${CUB_SOURCE_DIR}/cub"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
FILES_MATCHING
PATTERN "*.cuh"
PATTERN "*.hpp"
)

install(DIRECTORY "${CUB_SOURCE_DIR}/cub/cmake/"
Expand Down

0 comments on commit 6712004

Please sign in to comment.