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
Commit 918dafe ("Fix building on Fedora") introduced usage
of CMAKE_INSTALL_LIBDIR in order to predict where gtest and
libprotobuf will put their libraries. Unfortunately, the value of this
variable depends on the value of CMAKE_INSTALL_PREFIX, specifically,
whether it points to /usr.
CI uses precisely -DCMAKE_INSTALL_PREFIX=/usr and was therefore broken
by this change.
In order to fix CI and keep Fedora working, just ask gtest and
libprotobuf to put their libraries into "lib".
0 commit comments