Commit c2dc015
committed
Don't use $<CONFIG> in runtime output dir
Setting `CMAKE_RUNTIME_OUTPUT_DIRECTORY` to
`${CMAKE_BINARY_DIR}/bin/$<CONFIG>` breaks intel/llvm on Windows when
using `ur_loader.dll` because the loader library does not exist beside
`sycl8.dll` or the various `.exe` tools which depend on it.1 parent 1baed0b commit c2dc015
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
88 | | - | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
0 commit comments