Skip to content

Commit

Permalink
Upgraded libzip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 7, 2025
1 parent 3391a6b commit 7a11613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def set_version(self):
def requirements(self):
self.tool_requires("cmake/[>=3.19]")
self.requires("fmilibrary/[~2.3]")
self.requires("libcbor/[~0.11]")
self.requires("libzip/[~1.3]")
self.requires("libcbor/0.11.0")
self.requires("libzip/[~1.11]")
self.requires("ms-gsl/[>=3 <5]", transitive_headers=True)
self.requires("boost/[~1.85]", transitive_headers=True, transitive_libs=True) # Required by Thrift
if self.options.proxyfmu:
Expand Down

0 comments on commit 7a11613

Please sign in to comment.