Skip to content

Commit

Permalink
Upgraded libzip dependency to new version available in conan center. …
Browse files Browse the repository at this point in the history
…This means we can also remove the conflict resolution as the new version of libzip has compatible versions of transitive dependencies. (#615)
  • Loading branch information
Halvor Platou authored Sep 22, 2020
1 parent 59100eb commit 90fd66d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ class LibcosimConan(ConanFile):
"boost/1.71.0",
"fmilibrary/2.0.3",
"ms-gsl/2.1.0",
"libzip/1.5.2@bincrafters/stable",
"libzip/1.7.3",
"yaml-cpp/0.6.3",
"xerces-c/3.2.2",
# Only for conflict resolution
"bzip2/1.0.8",
"openssl/1.0.2u",
"zlib/1.2.11",
"xerces-c/3.2.2"
)

options = {"fmuproxy": [True, False]}
Expand Down

0 comments on commit 90fd66d

Please sign in to comment.