Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/355#discussion_r192827208 --- Diff: storage/CMakeLists.txt --- @@ -120,6 +120,11 @@ configure_file ( QS_PROTOBUF_GENERATE_CPP(storage_AggregationOperationState_proto_srcs storage_AggregationOperationState_proto_hdrs AggregationOperationState.proto) +if (ENABLE_NETWORK_CLI) +QS_PROTOBUF_GENERATE_CPP(storage_BlockWire_proto_srcs --- End diff -- Two whitespace indentation, please. Similarly below.
---