exec_program(): Remove by policy CMP0153

This commit is contained in:
Kyle Edwards
2023-07-24 16:59:28 -04:00
parent 89a692aa18
commit ff12a57d5e
18 changed files with 61 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
exec_program-policy
-------------------
* The :command:`exec_program` command, which has been deprecated since CMake
3.0, has been removed by policy :policy:`CMP0153`. Use the
:command:`execute_process` command instead.