Re: Proposal to Update Minimum CMake Version to 3.22

2025-04-09 Thread Ingo Klöcker
On Mittwoch, 9. April 2025 15:39:17 Mitteleuropäische Sommerzeit Kevin Kofler 
wrote:
> David Redondo wrote:
> > FWIW Frameworks Qt minimum is still 6.5 and will be 6.6 once 6.9 releases.

The rule is current minor version of Qt minus 2. As a matter of fact, Albert 
has just raised the minimum Qt required by KDE Frameworks to 6.7.
https://invent.kde.org/frameworks/kconfig/-/commit/
1e40d290384e36b079dcb190b59a566adfdbddd0

Regards,
Ingo


signature.asc
Description: This is a digitally signed message part.


Re: Proposal to Update Minimum CMake Version to 3.22

2025-04-09 Thread Kevin Kofler
David Redondo wrote:
> FWIW Frameworks Qt minimum is still 6.5 and will be 6.6 once 6.9 releases.

So, since both Qt 6.5 and 6.6 support CMake >= 3.16, that rather speaks 
against requiring a newer CMake version in KDE Frameworks at this time.

As long as there is no concrete functionality added in CMake 3.17 to 3.22 
that is needed, I do not see a good reason to desupport 3.16 to 3.21 just 
yet.

The removal of CMake < 3.5 compatibility support in CMake 4.0 is also no 
good reason. It would be one if the current minimum required version were 
below 3.5, but 3.16 is above 3.5 (in version number arithmetic).

Kevin Kofler