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

Correct install(DIRECTORY ... PATTERN) which matches at end of file name #590

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/CubInstallRules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install(DIRECTORY "${CUB_SOURCE_DIR}/cub"

install(DIRECTORY "${CUB_SOURCE_DIR}/cub/cmake/"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/cub"
PATTERN cub-header-search EXCLUDE
gevtushenko marked this conversation as resolved.
Show resolved Hide resolved
PATTERN *.cmake.in EXCLUDE
)
# Need to configure a file to store the infix specified in
# CMAKE_INSTALL_INCLUDEDIR since it can be defined by the user
Expand Down