Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Jul 24, 2024
1 parent 7c05d38 commit 415b3ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,6 @@ def generate(self):
("with_gssapi", "gssapi"),
("with_egl", "egl"),
("with_gstreamer", "gstreamer")]:
on_or_off = ("ON" if self.options.get_safe(opt, False) else "OFF")
self.output.warning(f"FEATURE_{conf_arg}: {on_or_off}")
tc.variables[f"FEATURE_{conf_arg}"] = ("ON" if self.options.get_safe(opt, False) else "OFF")


Expand Down

0 comments on commit 415b3ac

Please sign in to comment.