You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Xcode by not using CMake object libraries.
CMake allows specifying an object file as a source file for a library, but
Xcode does not allow creating a library whose source files are *only* object
files; there needs to be at least one real source file. This commit gets around
this issue by not using object library targets with Xcode.
0 commit comments