Skip to content

Commit

Permalink
Update thrust.cmake
Browse files Browse the repository at this point in the history
More changes for CI style
  • Loading branch information
robertmaynard authored Oct 15, 2021
1 parent d1410cc commit 7b93c09
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 @@ -113,8 +113,7 @@ function(rapids_cpm_thrust NAMESPACE namespaces_name)
#]==]
include(GNUInstallDirs)
install(DIRECTORY "${Thrust_SOURCE_DIR}/thrust"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/rapids/thrust/"
FILES_MATCHING
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/rapids/thrust/" FILES_MATCHING
REGEX "\\.(h|inl)$")
install(DIRECTORY "${Thrust_SOURCE_DIR}/dependencies/cub/cub"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/rapids/thrust/dependencies/" FILES_MATCHING
Expand Down

0 comments on commit 7b93c09

Please sign in to comment.