xcode-link-libs topic breaks linking on Xcode 12 (Beta 3)
Hello,
while compiling on an arm64 Mac using CMake master I noticed that one of my App Bundles does not link anymore. I bisected it down to e637744c (merged by !4882 (merged)).
The working command line links the static boost_atomic library with the full path, the failing link step just with '-lboost_atomic' (without any -L
flags).
On Monday I'll try with Xcode 11 and also will try to come up with a minimal test case.
Thanks, Gregor