${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.
${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.