Skip to content

[cmake] Increase minimum CMake version to 3.16

Christoph Grüninger requested to merge work/increase-minimum-cmake into master

ECM warns: "Your project should require at least CMake 3.16.0 to use FindKF5.cmake". cmake_minimum_required() must be called before project().

Merge request reports