Fixed protobuf-plugin for newer versions of protobuf
Current CMake for protobuf-plugin uses old paradigms that no longer work in newer versions of protobuf since they made the absl dependency public.
This patch addresses this issue as well as bumping CMake's version to 3.5, since older versions are deprecated.
Ideally, this fix (using protobuf::libprotobuf instead of raw library) should also be applied to the main CMakeLists.txt file but that would require a rewrite on how wallet-core builds protobuf.
Really, compiling protobuf manually, source by source instead of using add_subdirectory is just wrong.
Hi @EduMenges, thank you for opening the PR! Could you please fix finding Protobuf library for Android and Kotlin targets?
Hi @EduMenges, please let me know once the PR is ready for the next review
@satoshiotomakan Hi, I think you can run the CI now 💋
@satoshiotomakan I fixed it again, please run the CI 🙏🏻