Github user zuyu commented on the issue: https://github.com/apache/incubator-quickstep/pull/166 Hi @hbdeshmukh, The `cmake` configure for the single node works, but it fails for the distributed version (assume both protobuf 3.0 and grpc are installed): ``` CMake Error at third_party/src/tmb/third_party/gflags/CMakeLists.txt:315 (add_dependencies): Cannot add target-level dependencies to alias target "gflags". ``` After checkouting your own fork and the branch `lean-third-party`, what I did was: ``` $ git submodule update --init $ cd third_party $ ./download_and_patch_prerequisites.sh $ cd ../build $ cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_DISTRIBUTED=ON .. ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---