We need to remove exec_program() from our Cmake files
Milian Wolff
mail at milianw.de
Sat Oct 28 08:10:47 BST 2023
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's also `file(REMOVE ...)`. Anything
related to pkgconfig should go through `pkg_check_modules` [2]. And for the
remaining bits, using `execute_process` should be straight forward I hope.
Cheers
[1]: https://cmake.org/cmake/help/latest/command/file.html#chmod
[2]: https://cmake.org/cmake/help/latest/module/FindPkgConfig.html
--
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-devel/attachments/20231028/2613fb37/attachment.sig>
More information about the kde-devel
mailing list