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

Install rules: PATTERN thrust-header-search EXCLUDE doesn't behave as expected #1790

Closed
robertmaynard opened this issue Sep 8, 2022 · 2 comments

Comments

@robertmaynard
Copy link
Collaborator

The PATTERN rules in CMake only matches complete file names, and doesn't do globbing. So the current install rules fails to exlude anything.

What we need to do is use REGEX thrust-header-search.* EXCLUDE

@anbe42
Copy link

anbe42 commented Dec 21, 2022

likewise for cub

@robertmaynard
Copy link
Collaborator Author

Closing this is fixed in main now: #1825

fixed in cub as well: NVIDIA/cub#590

@robertmaynard robertmaynard moved this to Done in CCCL Dec 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants