Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 8b91e69

Browse files
committed
Correct install(PATTERN) to match end of filenames
1 parent 81dccea commit 8b91e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ThrustInstallRules.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install(DIRECTORY "${Thrust_SOURCE_DIR}/thrust"
1313

1414
install(DIRECTORY "${Thrust_SOURCE_DIR}/thrust/cmake/"
1515
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/thrust"
16-
PATTERN thrust-header-search EXCLUDE
16+
PATTERN *.cmake.in EXCLUDE
1717
)
1818
# Need to configure a file to store the infix specified in
1919
# CMAKE_INSTALL_INCLUDEDIR since it can be defined by the user

0 commit comments

Comments
 (0)