Skip to content

Commit

Permalink
Override indirect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Feb 2, 2023
1 parent 2cf894c commit da8bbf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IOMgrConan(ConanFile):

requires = (
"flip/[~=2, include_prerelease=True]@sds/master",
"sisl/[~=5, include_prerelease=True]@sisl/master",
"sisl/5.1.1",
"sds_tools/[~=0, include_prerelease=True]@sds/master",

"boost/1.73.0",
Expand All @@ -43,6 +43,7 @@ class IOMgrConan(ConanFile):
"openssl/1.1.1k",
"isa-l/2.21.0",
"semver/1.1.0",
("zlib/1.2.12", "override"),
)
build_requires = (
"gtest/1.10.0",
Expand Down

0 comments on commit da8bbf9

Please sign in to comment.