Commit 59fab30
committed
Use INSTALL_PATH in cmake call
This ensures that backend libraries are copied into dpctl
and included in the conda tar ball.
Also fixed copy statement to account for .lib files being
in %INSTALL_PREFIX%\lib and .dll files being in
%INSTALL_PREFIX%\bin on Windows.1 parent aaa51d3 commit 59fab30
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments