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
Although building shared libraries is not enabled, CMake still creates
targets for them, and implicitly changes them to static. In order to
prevent this duplication of library targets, this patch explicitly
sets the output names for shared libraries to something different.
0 commit comments