CMP0153.rst 326 B

1234567891011121314
  1. CMP0153
  2. -------
  3. .. versionadded:: 3.28
  4. The :command:`exec_program` command should not be called.
  5. This command has long been superseded by the :command:`execute_process`
  6. command and has been deprecated since CMake 3.0.
  7. .. |disallowed_version| replace:: 3.28
  8. .. include:: DISALLOWED_COMMAND.txt
  9. .. include:: DEPRECATED.txt