Skip to content
Commit 626358ec authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

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
parent a66d87e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment