mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix building error with proto
This commit is contained in:
parent
bacc254638
commit
b92d4ecff2
@ -4,10 +4,12 @@ cp build/conan* build_vol/
|
||||
|
||||
cd build_vol
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make -j${CPU_COUNT} protoc grpc_cpp_plugin
|
||||
|
||||
cd ..
|
||||
if [ ! -d "./src/cpp/proto/hedera" ] ; then
|
||||
if [ ! -f "./src/cpp/proto/gradido/TransactionBody.pb.h" ] ; then
|
||||
chmod +x unix_parse_proto.sh
|
||||
echo "parse proto files"
|
||||
./unix_parse_proto.sh
|
||||
fi
|
||||
chmod +x compile_pot.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user