Skip to content

Commit

Permalink
tool requires
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 8, 2024
1 parent 5e36f46 commit 31a2202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def requirements(self):
self.requires("zlib/[>=1.2.10 <1.3]")


# def build_requirements(self):
# self.tool_requires("corrade/2020.06")
# self.tool_requires("protobuf/3.21.12")
def build_requirements(self):
self.tool_requires("corrade/2020.06")
self.tool_requires("protobuf/3.21.12")

0 comments on commit 31a2202

Please sign in to comment.