Commit 45df437
Make hipCUB dependency privacy
When compiling with HIP, there is a hipCUB dependency. For reasons,
you cannot load the library directly. Instead, we add the include
directories to the library. These were declared public, but other
projects importing the library would not necessarily have these
dependent libraries. Thus, declare them private. They should only
be needed when compiling the MGARD library.1 parent 73ce987 commit 45df437
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments