Skip to content

FindICU: Fix component reporting logic

Alexander Grund requested to merge Flamefire/cmake:findicu into master

Components were incorrectly reported as found because component_found is set to a string containing the variable name which is a truethy value. Fix by simply merging the setter of component_found with the reporting setter instead of checking component_found OR component_found_compat which is overly verbose anyway.

Merge request reports