Skip to content

Actually use ${KF5_MIN_VERSION} when searching for KF5 build dependencies

${KF5_MIN_VERSION} is defined at the top of the CMakeLists.txt but it’s not used later when doing the find_package(KF5 REQUIRED COMPONENTS …)

This commit fixes that.

Merge request reports