Skip to content

cmake: check for Breeze_FOUND first before checking for kdecoration

Bhushan Shah requested to merge work/fixup-cmake into master

If breeze is not found, BREEZE_WITH_KDECORATION will not be defined at all. So that will resolve to empty thing and will cause syntax error in cmake.

~"cherry-pick"

Merge request reports