macOS builds suddenly started failing:
https://github.com/kirillbobyrev/indexing-tools/runs/925090879
This patch makes use of imported libraries and fixes builds for macOS.
Differential D84928
[clangd] Fix remote index build on macOS kbobyrev on Jul 30 2020, 3:18 AM. Authored by
Details
macOS builds suddenly started failing: https://github.com/kirillbobyrev/indexing-tools/runs/925090879 This patch makes use of imported libraries and fixes builds for macOS.
Diff Detail
Event TimelineComment Actions Hmm, apparently link_libraries is not supposed to be used this way as it adds to linker search path _after_ it's called (from the docs) but this still worked for me on mac before. Hence I was relying on incorrect behaviour, my bad. |