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
CMake: Make SourceControl a shared library (#8124)
### Motivation:
The current CMake build results in duplicate definitions across the
resulting shared libraries, resulting in warnings on macOS at runtime.
### Modifications:
* Make `SourceControl` a shared library. The library is shared across
multiple other libraries (`Commands`, `PackageGraph` and
`PackageLoading`), resulting in duplicate definitions in shared
libraries.
### Result:
No more warning at runtime with a macOS build.
0 commit comments