Excuse me, I use VCPKG to manage my dependencies, OpenVino inference model, and SentencePiece for preprocessing and post-processing. However, OpenVino relies on protobuf, and SentencePiece encodes protobuf lite in the library. If these two libraries are used together for medical purposes, protobuf conflicts may arise. How can I elegantly solve this problem?
vcpkg env:
vcpkg install sentencepiece:x64-windows-static
vcpkg install openvino:x64-windows-static