[cmake-developers] [CMake 0014080]: add_custom_command does not allow for std* connection
Mantis Bug Tracker
mantis at public.kitware.com
Sat Apr 13 05:51:46 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=14080
======================================================================
Reported By: manday
Assigned To:
======================================================================
Project: CMake
Issue ID: 14080
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-04-13 05:51 EDT
Last Modified: 2013-04-13 05:51 EDT
======================================================================
Summary: add_custom_command does not allow for std*
connection
Description:
add_custom_command overlaps with execute_process, however, does not allow for
the same operations as execute_process. Most notably, it does not allow for
connection of stdin, stdout and stderr (and writing them into files).
Bug: add_custom_command should be as least as powerful as execute_process.
Note: It would be preferable if execute_process and add_custom_command were
unified, as in their redundancy removed.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-04-13 05:51 manday New Issue
======================================================================
More information about the cmake-developers
mailing list