Re: New cmake warning.

2022-05-16 Thread Michael Reeves
Fair enough but could we at least have a way to turn it off if we know what it's about but still want to keep our dependencies lower than what ever current frameworks happens to decide on. May 16, 2022 2:02:26 PM Christoph Cullmann (cullmann.io) : > On 2022-05-16 19:38, Alexander Neundorf wrot

Re: New cmake warning.

2022-05-16 Thread Christoph Cullmann (cullmann.io)
On 2022-05-16 19:38, Alexander Neundorf wrote: On Dienstag, 3. Mai 2022 18:43:48 CEST Méven wrote: 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.

Re: New cmake warning.

2022-05-16 Thread Alexander Neundorf
On Dienstag, 3. Mai 2022 18:43:48 CEST Méven wrote: > 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 > >

Re: New cmake warning.

2022-05-03 Thread Michael Reeves
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>

Re: New cmake warning.

2022-05-03 Thread Méven
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

Re: New cmake warning.

2022-05-03 Thread Méven
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.

Re: New cmake warning.

2022-05-03 Thread Thomas Friedrichsmeier
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 >

New cmake warning.

2022-05-02 Thread Michael Reeves
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