From b7ba40695ef56582946aa981d2c5f7dc2d5e6b54 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 15 Oct 2021 15:50:41 -0400 Subject: [PATCH] Update thrust.cmake More changes for CI style --- rapids-cmake/cpm/thrust.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rapids-cmake/cpm/thrust.cmake b/rapids-cmake/cpm/thrust.cmake index a1c13d25..e5d91a35 100644 --- a/rapids-cmake/cpm/thrust.cmake +++ b/rapids-cmake/cpm/thrust.cmake @@ -133,8 +133,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