Describe your environment
CMake, Windows
Steps to reproduce
Having a prebuilt of protobuf.
What is the expected behavior?
Do not trigger vcpkg.
What is the actual behavior?
Using vcpkg to installl protobuf again.
Additional context
Should use Protobuf_FOUND instead of protobuf_FOUND .
Describe your environment
CMake, Windows
Steps to reproduce
Having a prebuilt of protobuf.
What is the expected behavior?
Do not trigger vcpkg.
What is the actual behavior?
Using vcpkg to installl protobuf again.
Additional context
Should use
Protobuf_FOUNDinstead ofprotobuf_FOUND.