FindProtobuf: compiler version 22.3 doesn't match library version 4.22.3 in cmake
https://github.com/protocolbuffers/protobuf/issues/12539
When I use cmake findprotobuf, I get the version 4.22.3 from 402203 in header filer common.h exe version and lib version not match here protoc --version is 22.3 but cmake find protobuf version from common.h in /google/protobuf/stubs/common.h is 4.22.3
version dont match