[ANNOUNCE] CMake 3.28.0-rc3 is ready for testing

2023-10-25 Thread John Parent
I am proud to announce the third CMake 3.28 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.28 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.28/release/3.28.html Some of the more significan

We need to remove exec_program() from our Cmake files

2023-10-25 Thread Ömer Fadıl USTA
We need to hurry to remove exec_program() from our cmake files because It will be removed with the upcoming CMake's 3.28.0 version which is really near to release. ( Just 2 hours ago its rc3 was released ). And from a quick search for our repo ( with ripgrep) I have seen that we got at least 18

Re: We need to remove exec_program() from our Cmake files

2023-10-25 Thread Johnny Jazeix
Hi, for the list: https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=exec_program&_casesensitive=1 Cheers, Johnny Le jeu. 26 oct. 2023 à 05:10, Ömer Fadıl USTA a écrit : > We need to hurry to remove exec_program() from our cmake files because > It will be removed with the upcomin

Re: We need to remove exec_program() from our Cmake files

2023-10-25 Thread David Redondo
Am Donnerstag, 26. Oktober 2023, 03:49:57 CEST schrieb Ömer Fadıl USTA: > > ``` > The exec_program() > rogram> command, which has been deprecated since CMake 3.0, has been removed > by policy CMP0153 >