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

Fix build with cmake < 3.12

`add_compile_definitions()` was introduced in cmake 3.12.
As the specified minimum cmake version is 2.8.12, use the older
`add_definitions()` instead.

Differential Revision: https://phabricator.kde.org/D23826
parent 66e5ef9b
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