Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Aug 10, 2024
1 parent eec8c78 commit 673c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def config_options(self):

for submodule in self._submodules:
if submodule not in self._get_module_tree:
self.output.debug(f"Qt6: Removing {submodule} option as it is not in the module tree for this version, or is marked as obsolete or ignore")
self._debug_output(f"Qt6: Removing {submodule} option as it is not in the module tree for this version, or is marked as obsolete or ignore")
self.options.rm_safe(submodule)

@property
Expand Down

0 comments on commit 673c764

Please sign in to comment.