You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: