Fix build with cmake < 3.7

Authored by wbauer on Mar 7 2019, 8:24 AM.

Description

Fix build with cmake < 3.7

VERSION_GREATER_EQUAL requires cmake 3.7 or higher, but the minimum
version supported by KDE Frameworks is 3.5.
So use NOT VERSION_LESS instead, which is logically equivalent and also
works with older cmake versions.

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

(cherry picked from commit a08e2ebd589fc3faaa4b79f48fc7ff964e13cad3)

Details

Committed
l10n daemon script <scripty@kde.org>Mar 7 2019, 10:05 AM
Differential Revision
D19581: Fix build with cmake < 3.7
Parents
R216:460aeea82c91: guard target link libraries for older CMake version
Branches
Unknown
Tags
Unknown
References
tag: v5.56.0-rc3, tag: v5.56.0
l10n daemon script <scripty@kde.org> committed R216:0d75f65bb73b: Fix build with cmake < 3.7 (authored by wbauer).Mar 7 2019, 10:05 AM