Commit b48a15a
authored
[SYCL][NFC] SYCL RT CMakeLists cleanup [2/N] (#17388)
This is one patch in a series intended to re-organize
`add_sycl_rt_library` helper function to make it shorter and simpler.
Dropped unnecessary `target_include_directories` calls:
- `LIB_NAME` is a link-only target, no need to set any include
directories for it
- SYCL RT should not be using `unified-runtime/source` or
`unified-runtime/source/common` includes1 parent 09ad632 commit b48a15a
1 file changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 192 | | |
200 | 193 | | |
201 | 194 | | |
| |||
209 | 202 | | |
210 | 203 | | |
211 | 204 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | 205 | | |
219 | 206 | | |
220 | 207 | | |
| |||
0 commit comments