Could someone please explain why this warning was add  to FindKF5.cmake:

CMake Warning (dev) at
/usr/share/ECM/modules/ECMFindModuleHelpers.cmake:112 (message):
 Your project should require at least CMake 3.16.0 to use FindKF5.cmake

Call Stack (most recent call first):

 /usr/share/ECM/find-modules/FindKF5.cmake:30
(ecm_find_package_version_check)

 CMakeLists.txt:67 (find_package)

The module itself already hard fails if the need is really not met i.e the
module is not running under cmake 3.16 or greater. Yet if I don't set my
minimum to match that of kf5 you insist on a separate warning.

Reply via email to