mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-21 13:19:37 +08:00
override Protobuf requirement deps
Fix versions conflict
This commit is contained in:
parent
58eb62d976
commit
ec138516eb
@ -355,6 +355,7 @@ class CuraConan(ConanFile):
|
||||
self.requires("spdlog/1.12.0")
|
||||
self.requires("fmt/10.1.1")
|
||||
self.requires("zlib/1.2.13")
|
||||
self.requires("protobuf/3.21.12")
|
||||
|
||||
def build_requirements(self):
|
||||
if self.options.get_safe("enable_i18n", False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user