Skip to content

Commit

Permalink
add package_id
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed May 22, 2024
1 parent 0be3de1 commit 1a950c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/quill/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ def layout(self):
def requirements(self):
self.requires("fmt/10.2.1", transitive_headers=True)

def package_id(self):
if Version(self.version) >= "4.0.0":
self.info.clear()

def validate(self):
supported_archs = ["x86", "x86_64", "armv6", "armv7", "armv7hf", "armv8"]

Expand Down

0 comments on commit 1a950c9

Please sign in to comment.