Commit 6d53a58
build: workaround CMake 3.15 link failures on Windows
The libraries would be linked without the `-l` prefix on Windows which
works when using absolute paths and C/C++ but not Swift as the driver
will try to read the import library locally.1 parent bb1c0cd commit 6d53a58
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments