Fix build with cmake 3.5

Authored by wbauer on Feb 12 2019, 9:31 AM.

Description

Fix build with cmake 3.5

VERSION_GREATER_EQUAL requires cmake 3.7 or higher.
So use NOT VERSION_LESS instead, which is logically equivalent and also
works with older cmake versions.
Differential Revision: https://phabricator.kde.org/D18941

Details

Committed
wbauerFeb 12 2019, 9:31 AM
Differential Revision
D18941: Fix build with cmake 3.5
Parents
R286:7cce4c7f7b47: Avoid side effects due to stale errno value
Branches
Unknown
Tags
Unknown