Closed Atry closed 2 years ago
Summary: X-link: https://github.com/facebook/fb303/pull/31
Previously Folly provided a polyfill of the GflagsFlagSaver symbol, which was removed since https://github.com/facebook/folly/commit/4dadde1256f74e756510a499c86459967f78afb9. Therefore, the glog should solve the GflagsFlagSaver symbol from gflags.
GflagsFlagSaver
glog
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.
glog::glog
fbcode_builder
FindGlog.cmake
Differential Revision: D39220438
This pull request was exported from Phabricator. Differential Revision: D39220438
Summary: X-link: https://github.com/facebook/fb303/pull/31
Previously Folly provided a polyfill of the
GflagsFlagSaver
symbol, which was removed since https://github.com/facebook/folly/commit/4dadde1256f74e756510a499c86459967f78afb9. Therefore, theglog
should solve theGflagsFlagSaver
symbol fromgflags
.This diff added
gflags
libraries as a dependency of the CMake projectglog::glog
intofbcode_builder
'sFindGlog.cmake
, so that thefbcode_builder
users will be able to automatically link withgflags
.Differential Revision: D39220438