Diffusion Rocs a698894fdaac

Fix build with cmake < 3.7

Authored by wbauer on Sep 1 2019, 6:50 PM.

Description

Fix build with cmake < 3.7

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

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

Details

Committed
wbauerSep 1 2019, 6:50 PM
Differential Revision
D23638: Fix build with cmake < 3.7
Parents
R73:510d5a703441: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown