Skip to content

Commit

Permalink
added qcoro 0.8.0 with conan 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
boussaffawalid committed Jun 7, 2023
1 parent 807f2a6 commit 615bce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qcoro/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def lazy_lt_semver(v1, v2):
print("Your compiler is {} {} and is compatible.".format(str(self.settings.compiler), compiler_version))

def source(self):
get(**self.conan_data["sources"][self.version],
get(self, **self.conan_data["sources"][self.version],
destination=self.source_folder, strip_root=True)

def generate(self):
Expand Down

0 comments on commit 615bce6

Please sign in to comment.