Skip to content

Commit

Permalink
Correct ci style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 15, 2021
1 parent 6908b5b commit d1410cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rapids-cmake/cpm/thrust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ function(rapids_cpm_thrust NAMESPACE namespaces_name)
install(DIRECTORY "${Thrust_SOURCE_DIR}/thrust"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/rapids/thrust/"
FILES_MATCHING
PATTERN "*.h"
PATTERN "*.inl")
REGEX "\\.(h|inl)$")
install(DIRECTORY "${Thrust_SOURCE_DIR}/dependencies/cub/cub"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/rapids/thrust/dependencies/" FILES_MATCHING
PATTERN "*.cuh")
Expand Down

0 comments on commit d1410cc

Please sign in to comment.