cmake: use gflags package config instead of a find module
authorSergiu Deitsch <sergiu.deitsch@gmail.com>
Thu, 4 Jan 2018 01:37:49 +0000 (02:37 +0100)
committerSergiu Deitsch <sergiu.deitsch@gmail.com>
Thu, 4 Jan 2018 01:38:42 +0000 (02:38 +0100)
commita92e1d95c5e6d7da129eb66f60746edda9022f23
tree6e1a5d427a55bac23beaafec424be691c5e8f5c7
parentb2c3afecaacfb70611cff6600d7db145689b1637
cmake: use gflags package config instead of a find module

This allows to avoid conflicts between third party gflags find modules floating
around. If a package provide a local version of gflags find module, clients
which locate glog will incorrectly use it. Another problem is a CMake error message
"cmake_policy PUSH without matching POP" in nested find_package calls. In summary,
we need to ensure to use the original gflags package config.
CMakeLists.txt
glog-config.cmake.in