Summary: Since we have added the gflags as a dependency to glog::glog defined in fbcode_builder's FindGlog.cmake in D39220438 (https://github.com/facebook/hhvm/commit/55f2e7a1e0e279b72085a7e21c41a7ea7bba952e), and we have switched HHVM to use fbcode_builder's FindGlog.cmake in D39284637. Now this diff links both glog and its dependencies gflags by linking glog::glog.
Summary: Since we have added the
gflags
as a dependency toglog::glog
defined in fbcode_builder'sFindGlog.cmake
in D39220438 (https://github.com/facebook/hhvm/commit/55f2e7a1e0e279b72085a7e21c41a7ea7bba952e), and we have switched HHVM to use fbcode_builder'sFindGlog.cmake
in D39284637. Now this diff links bothglog
and its dependenciesgflags
by linkingglog::glog
.Differential Revision: D39280796