Fix build with cmake < 3.7

Authored by wbauer on Aug 7 2019, 4:08 PM.

Description

Fix build with cmake < 3.7

VERSION_GREATER_EQUAL was introduced in cmake 3.7, but the specified
minimum version is 3.0.
So use NOT VERSION_LESS instead to still support older cmake versions
too.

Differential Revision: https://phabricator.kde.org/D22984

Details

Committed
wbauerAug 7 2019, 4:08 PM
Differential Revision
D22984: Fix build with cmake < 3.7
Parents
R318:50c1fcce3777: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown