Skip to content

Commit

Permalink
Install CUB headers with .hpp extension (#1687)
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: ptaylor <[email protected]>
  • Loading branch information
bernhardmgruber and trxcllnt authored May 2, 2024
1 parent 92441d0 commit ca7109a
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 ca7109a

Please sign in to comment.