fix: solution protobuf linkage

This commit is contained in:
Eduardo Dantas 2025-06-11 19:56:28 -03:00 committed by GitHub
parent 6fd620505a
commit 754fa407f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -690,7 +690,7 @@
</Target>
<PropertyGroup Condition="'$(RunProtoCompile)'=='true'">
<ProtocPath>$(ProjectDir)vcpkg_installed\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
<ProtoPath>..\$(SourcePath)\protobuf</ProtoPath>
<ProtoPath>$(SourcePath)protobuf</ProtoPath>
</PropertyGroup>
<PropertyGroup Condition="'$(RunProtoCompile)'=='false'">
<ProtocPath>$(ProjectDir)vcpkg_installed\$(VcpkgTriplet)\tools\protobuf\protoc</ProtocPath>
@ -716,4 +716,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VcpkgRoot)\scripts\buildsystems\msbuild\vcpkg.targets" Condition="Exists('$(VcpkgRoot)\scripts\buildsystems\msbuild\vcpkg.targets')" />
</ImportGroup>
</Project>
</Project>