Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ${LIBGFLAGS_LIBRARY} to IMPORTED_LINK_INTERFACE_LIBRARIES of glog…
…::glog (#9169) Summary: X-link: facebook/hhvm#9169 X-link: facebook/wangle#208 X-link: facebookincubator/reindeer#4 X-link: facebookincubator/velox#2445 X-link: facebookincubator/hsthrift#98 X-link: facebookincubator/katran#171 X-link: facebook/mvfst#272 X-link: facebook/fboss#118 X-link: facebookincubator/fizz#81 X-link: facebook/sapling#127 X-link: facebookarchive/sapling-staging#7 X-link: facebookexperimental/edencommon#4 X-link: facebookexperimental/rust-shed#34 X-link: facebook/fbthrift#521 X-link: facebook/watchman#1055 Pull Request resolved: #1854 X-link: facebook/openr#140 X-link: facebook/fb303#31 Previously Folly provided a polyfill of the `GflagsFlagSaver` symbol, which was removed since 4dadde1. Therefore, `glog` should solve the `GflagsFlagSaver` symbol directly from `gflags`. This diff added `gflags` libraries as a dependency of the CMake project `glog::glog` into `fbcode_builder`'s `FindGlog.cmake`, so that the `fbcode_builder` users will be able to automatically link with `gflags`. Reviewed By: alexeyt Differential Revision: D39220438 fbshipit-source-id: 485d67bfeace955f83a4961372680f12eb9cc1a5
- Loading branch information