robocin / ssl-core

MIT License
11 stars 0 forks source link

Update `protobuf.sh` script to support > v22.0 #73

Open joseviccruz opened 4 months ago

joseviccruz commented 4 months ago

Due CMake problems after adopting the absl library (see: C++ API Changes in v22.0), as mentioned at:

The current protobuf version will need to be pinned to 3.21.10.

After a solution emerges, we need to update the protobuf.sh script to allow installing newer versions of the protobuf library for C++.