That would only affect people who manually update ECM and in that case the
error comes first. So warning isn't much use to projects like kdiff3 which
don't encourage ot support this kind of wierdness anyway
On Tue, May 3, 2022, 12:26 PM Thomas Friedrichsmeier <
thomas.friedrichsme...@kdemail.net>
Le mar. 3 mai 2022 à 18:25, Thomas Friedrichsmeier <
thomas.friedrichsme...@kdemail.net> a écrit :
> On Tue, 3 May 2022 10:35:20 +0200
> Méven wrote:
>
> > I am guessing you are using cmake >= 3.16 so it allows you to run, but
> > since the project does not have a cmake minimum, for others using
On Tue, 3 May 2022 10:35:20 +0200
Méven wrote:
> I am guessing you are using cmake >= 3.16 so it allows you to run, but
> since the project does not have a cmake minimum, for others using
> cmake < 3.16 the build will break.
> This warning highlights it, so you inform your contributor they need
>
I am guessing you are using cmake >= 3.16 so it allows you to run, but
since the project does not have a cmake minimum, for others using cmake <
3.16 the build will break.
This warning highlights it, so you inform your contributor they need cmake
3.16 before running into the hard fail in FindKF5.
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-modul