guard target link libraries for older CMake version

Authored by cullmann on Mar 4 2019, 6:50 PM.

Description

guard target link libraries for older CMake version

require some version where this works, here at least 3.13

BUG: 404835

Details

Committed
cullmannMar 4 2019, 6:50 PM
Parents
R216:a582f043ae6c: GIT_SILENT Upgrade ECM and KF5 version requirements for 5.56.0 release.
Branches
Unknown
Tags
Unknown
kossebau added inline comments.
/data/CMakeLists.txt
69

IIRC VERSION_GREATER_EQUAL needs cmake 3.7 (cmp. https://cmake.org/cmake/help/v3.7/release/3.7.html), while syntax-highlighting has min cmake 3.5 by toplevel CMakeLists.txt, or?