remove parsing hedera proto because there not used here

This commit is contained in:
einhornimmond 2021-03-13 14:45:21 +01:00 committed by Ulf Gebhardt
parent adffede699
commit da1dd17887
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -8,10 +8,10 @@ fi
protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto ./src/proto/gradido/*.proto
if [ ! -d "./src/cpp/proto/hedera" ] ; then
mkdir ./src/cpp/proto/hedera
fi
#if [ ! -d "./src/cpp/proto/hedera" ] ; then
# mkdir ./src/cpp/proto/hedera
#fi
protoc --cpp_out=./src/cpp/proto/hedera --proto_path=./src/proto/hedera/hedera-protobuf/src/main/proto ./src/proto/hedera/hedera-protobuf/src/main/proto/*.proto
#./protoc --cpp_out=./src/cpp/proto/hedera --proto_path=./src/proto/hedera/hedera-protobuf/src/main/proto ./src/proto/hedera/hedera-protobuf/src/main/proto/*.proto