Commit 362d6c1
authored
use INSTALL_LIBDIR to find the actual OpenCL loader (#348)
On some distributions (e.g. Fedora) `/usr/lib` is used for 32 bit libs.
Instead of searching in hardcoded `/usr/lib/` and `/usr/local/lib` we
should make use of CMAKE_INSTALL_LIBDIR as this will most like contain the
correct value for the targeted system.1 parent ab23b77 commit 362d6c1
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
560 | 566 | | |
561 | 567 | | |
562 | 568 | | |
| |||
0 commit comments