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

conanfile.py

Lines changed: 1 addition & 1 deletion
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)