summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2022-05-25 13:16:02 +0300
committerIikka Eklund <iikka.eklund@qt.io>2022-05-27 07:17:21 +0300
commita536734b9c94b2af10b70d09cb7609b58c5fb908 (patch)
treeb76a7733952b2962184f8431a0e9203c3161ee76 /mkspecs/features
parent42fe677584dc672f63c2efc812005e3a49f82d10 (diff)
Conan: Fix how conans.model.options.PackageOption value is evaluated
The default value None returned by tools.get_safe is not the Python's built-in None value. The value returned by tools.get_safe() is wrapped into conans.model.options.PackageOption and to check against 'None' it needs to follow pattern: if not <value>: Pick-to: 6.3 Change-Id: Idacfdde92958a46d399246239d12cd887916c4f1 Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'mkspecs/features')
0 files changed, 0 insertions, 0 deletions