MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006285 | CMake | CMake | public | 2008-01-29 09:29 | 2016-06-10 14:30 |
| Reporter | Brad King | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0006285: File-level versus target-level dependencies for custom commands | ||||
| Description | Consider a chain of custom commands: in.txt -> out1.txt -> out2.txt Assume they are placed in targets add_custom_target(custom1 DEPENDS out1.txt) add_custom_target(custom2 DEPENDS out2.txt) The rule for out1.txt will be pulled into custom2 via out2.txt's dependency on it. In a parallel build the rule for out1.txt might be run twice simultaneously. In order to avoid this, one must write add_dependencies(custom2 custom1) However we should be able to compute and add this dependency automatically. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-01-29 09:29 | Brad King | New Issue | |||
| 2008-01-29 09:31 | Brad King | Note Added: 0010326 | |||
| 2008-02-15 10:41 | Bill Hoffman | Status | new => assigned | ||
| 2008-02-15 10:41 | Bill Hoffman | Assigned To | => Brad King | ||
| 2012-08-13 10:37 | Brad King | Status | assigned => backlog | ||
| 2012-08-13 10:37 | Brad King | Note Added: 0030544 | |||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041407 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||