Skip to content

Commit

Permalink
Update conanfile.py (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren authored Nov 25, 2021
1 parent 237178e commit 818af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def configure(self):

def requirements(self):
if self.options.proxyfmu:
self.requires("proxyfmu/0.2.5@osp/stable")
self.requires("proxyfmu/0.2.6@osp/stable")

def imports(self):
binDir = os.path.join("output", str(self.settings.build_type).lower(), "bin")
Expand Down

0 comments on commit 818af96

Please sign in to comment.