Commits


Kousuke Saruta authored and Wes McKinney committed 700bd40afab
ARROW-4052: [C++] Linker errors with glog and gflags After #3196, a potential bug appears. If we use glog installed instead of downloading one at build time and the installed glog is linked to gflags, linker error can be occurred. I modified ThirdpartyToolchain.cmake to add a dependency from glog to gflag. Author: Kousuke Saruta <sarutak@oss.nttdata.com> Closes #3234 from sarutak/ARROW-4052 and squashes the following commits: 3c65cbee6 <Kousuke Saruta> Modified ThirdpartyToolchain.cmake to add a dependency from glog to gflag