Fix warnings about duplicate libs when linking
Compare changes
+ 38
− 0
@@ -228,6 +228,44 @@ if (CMAKE_SYSTEM_NAME MATCHES Darwin)
With XCode 15.3 or the Command Line Tools 15.3 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.