Skip to content
Snippets Groups Projects
Commit 8324968b authored by Administrator's avatar Administrator
Browse files

Fix warnings about duplicate libs when linking

With XCode 15 and the Command Line Tools 15 the linker or the settings were
changed such that on macosx one gets a warning about duplicate libraries when
linking for several libraries and binaries.
The fix simply suppress the warning when using XCode or CLT with a version
equal or above 15.

fix
parent acc2b8d1
No related branches found
No related tags found
1 merge request!2069Fix warnings about duplicate libs when linking
Pipeline #33610 passed