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 25c916d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/logr/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def requirements(self):
self.requires("boost/1.77.0")

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

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

0 comments on commit 25c916d

Please sign in to comment.