Commit b5c246d
[cmake] validate
I had a bit of trouble working out why lit was failing to start after
configuration had succceeded. Turns out I was passing a partial tuple
to cmake `-DCHECK_SYCL_ALL` due to a typo in a shell variable.
This patch verifies that both parts of each tuple in the
`CHECK_SYCL_ALL` variable are nonempty and terminates configuration with
an error message otherwise, which should make it a bit more obvious
what's happening.CHECK_SYCL_ALL more thoroughly during configuration (intel#1321)1 parent 33523e5 commit b5c246d
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments