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

[webenginepart] 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/D23006
parent 44d02c2c
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