thrust
thrust copied to clipboard
Install rules: PATTERN thrust-header-search EXCLUDE doesn't behave as expected
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