Created by: reyoung
external/glog.cmake is enabled gflags now, but it will search and use the gflags which installed on the local machine, not the one we build in external/gflags.cmake.
It will make a runtime error when local machine's gflags is a shared library.
This PR will make external/glog.cmake use the correct gflags.