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 Apr 24, 2023
1 parent 3f94014 commit fddfca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/qcoro/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from conans import tools
from conan.errors import ConanInvalidConfiguration
from conan.tools.cmake import CMake, CMakeDeps, CMakeToolchain, cmake_layout
from conan.tools.files import apply_conandata_patches, export_conandata_patches
from conan.tools.files import apply_conandata_patches, export_conandata_patches, get
from conan.tools.env import VirtualBuildEnv
from conan.tools.scm import Version
import os
Expand Down 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):
tools.get(**self.conan_data["sources"][self.version],
get(**self.conan_data["sources"][self.version],
destination=self.source_folder, strip_root=True)

def generate(self):
Expand Down

0 comments on commit fddfca7

Please sign in to comment.