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: Merge private dependencies into single static objects archive
When building the Testing library as a static library
(BUILD_SHARED_LIBS=FALSE), `_TestingInternals` is not included in the
`libTesting.a` archive by default. (when building as a shared library,
`libTesting.so` includes `_TestingInternals`). This causes the linker to
complain about missing symbols, so we need to manually merge the objects
from `_TestingInternals` into `libTesting.a`.
0 commit comments