Skip to content

Xcode: Clean library paths to avoid duplicate symbol definitions on link-time

Gusts Kaksis requested to merge gusc/cmake:xcode-clean-lib-paths into master

If you pass a library with path /lib/something.a and /lib//something.a they will both show up in the linked library list and will fail in Xcode with duplicate symbol definition errors.

Backport: release

Edited by Craig Scott

Merge request reports