Skip to content

Commit

Permalink
Revert "override Protobuf requirement deps"
Browse files Browse the repository at this point in the history
This reverts commit ec13851.
  • Loading branch information
jellespijker committed Feb 26, 2024
1 parent ec13851 commit fca8d2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def requirements(self):
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):
Expand Down

0 comments on commit fca8d2a

Please sign in to comment.