<div dir="auto">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</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 3, 2022, 12:26 PM Thomas Friedrichsmeier <<a href="mailto:thomas.friedrichsmeier@kdemail.net">thomas.friedrichsmeier@kdemail.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 3 May 2022 10:35:20 +0200<br>
Méven <<a href="mailto:meven29@gmail.com" target="_blank" rel="noreferrer">meven29@gmail.com</a>> wrote:<br>
<br>
> I am guessing you are using cmake >= 3.16 so it allows you to run, but<br>
> since the project does not have a cmake minimum, for others using<br>
> cmake < 3.16 the build will break.<br>
> This warning highlights it, so you inform your contributor they need<br>
> cmake 3.16 before running into the hard fail in FindKF5.<br>
<br>
On the downside, project wishing to remain backwards-compatible with<br>
older systems (which will come with older versions of both cmake and<br>
ECM) will want to avoid adding such a requirement, explicitly.<br>
<br>
Thomas<br>
</blockquote></div>