Skip to content

Commit 306f4ee

Browse files
committed
Add transitive protobuf lib to fix Windows build
1 parent 8777d01 commit 306f4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def validate(self):
115115

116116
def build_requirements(self):
117117
self.test_requires("standardprojectsettings/[>=0.2.0]")
118-
self.tool_requires("protobuf/3.21.12")
118+
self.tool_requires("protobuf/3.21.12", transitive_libs = True)
119119

120120
def generate(self):
121121
tc = CMakeToolchain(self)

0 commit comments

Comments
 (0)