-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the targets that Thrust creates are global. (#1182)
When using CCCL via `add_subdirectory` the CCCL::Thrust target isn't visible to consumers. This is due to the fact that it is non-global and therefore scoped to the CCCL source directory. All other `CCCL::` targets are global so this brings everything inline
- Loading branch information
1 parent
b69e201
commit 7654911
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters