<div dir="ltr"><div>Hi,</div><div><br></div><div>for the list: <a href="https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=exec_program&_casesensitive=1">https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=exec_program&_casesensitive=1</a></div><div><br></div><div>Cheers,</div><div>Johnny<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 26 oct. 2023 à 05:10, Ömer Fadıl USTA <<a href="mailto:omerusta@gmail.com">omerusta@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>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 ).
</div><div>And from a quick search for our repo ( with ripgrep) I have seen that we got at least 18 repo using that execure_program(...)</div><div><br></div><div>CMake Release Notes : <a href="https://cmake.org/cmake/help/v3.28/release/3.28.html#deprecated-and-removed-features" target="_blank">https://cmake.org/cmake/help/v3.28/release/3.28.html#deprecated-and-removed-features</a></div><div><br></div><div>```</div><div>The <span id="m_-7255423074840181409gmail-index-0-command:exec_program"></span><a href="https://cmake.org/cmake/help/v3.28/command/exec_program.html#command:exec_program" title="exec_program" target="_blank"><code><span>exec_program()</span></code></a> command, which has been deprecated
since CMake 3.0, has been removed by policy <span id="m_-7255423074840181409gmail-index-0-policy:CMP0153"></span><a href="https://cmake.org/cmake/help/v3.28/policy/CMP0153.html#policy:CMP0153" title="CMP0153" target="_blank"><code><span>CMP0153</span></code></a>.
Use the <span id="m_-7255423074840181409gmail-index-0-command:execute_process"></span><a href="https://cmake.org/cmake/help/v3.28/command/execute_process.html#command:execute_process" title="execute_process" target="_blank"><code><span>execute_process()</span></code></a> command instead.</div><div>```<br></div><div><br></div><div><br></div><div>[Sorry for cross post to kde-devel and kde-core-devel ]<br></div><div><div dir="ltr" class="gmail_signature"><br>Ömer Fadıl Usta<br>PGP key : 0xfd11561976b1690b<br><a href="http://about.me/omerusta" target="_blank">about.me/omerusta</a><br></div></div></div>
</blockquote></div>