Skip to content

Commit

Permalink
Account for different backends
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrodzitski committed Dec 29, 2022
1 parent 9036f72 commit 2d8a26d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/logr/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def requirements(self):
self.requires("boost/1.77.0")

def package_id(self):
self.info.clear()
self.info.settings.clear()
self.info.requires.clear()
self.info.options.backend

def validate(self):
minimal_cpp_standard = "17"
Expand Down

0 comments on commit 2d8a26d

Please sign in to comment.