Diffusion Ark c81ef41ac6a6

Fix build with cmake < 3.7

Authored by wbauer on Aug 7 2019, 9:18 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/D22983

Details

Committed
wbauerAug 7 2019, 9:18 PM
Differential Revision
D22983: Fix build with cmake < 3.7
Parents
R36:41c96fbe9b86: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown