Skip to content

Commit

Permalink
update target
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ivar Hatledal committed Apr 7, 2021
1 parent 77ba5c7 commit c3e6e57
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 @@ -41,7 +41,7 @@ def set_version(self):

def requirements(self):
if self.options.proxyfmu:
self.requires("proxy-fmu/0.1.0")
self.requires("proxy-fmu/0.1.0@osp/testing")

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

0 comments on commit c3e6e57

Please sign in to comment.