Fix build with cmake < 3.7

Authored by wbauer on Aug 7 2019, 6:49 PM.

Description

Fix build with cmake < 3.7

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

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

Details

Committed
wbauerAug 7 2019, 6:49 PM
Differential Revision
D22987: Fix build with cmake < 3.7
Parents
R443:a66d87e20065: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown
References
tag: v19.08.0