Github user zuyu commented on the issue: https://github.com/apache/incubator-quickstep/pull/327 Hi @hbdeshmukh, This PR that uses `glog 0.3.5` has a side effect that does not catch before: [it requires `cmake` version `3.0`](https://github.com/google/glog/blob/v0.3.5/CMakeLists.txt#L1), but the default `cmake` version in `Ubuntu 14.04 LTS` is `2.8.12.2`.
---