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

2023-10-28 Thread Milian Wolff
On Donnerstag, 26. Oktober 2023 07:27:54 CEST Johnny Jazeix wrote: > Hi, > > for the list: > https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=exec_program&_c > asesensitive=1 A lot of these should be trivial to port. For `chmod` e.g. there's now `file(CHMOD ...)` [1], similarly there

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 >

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

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