MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014050 | CMake | CMake | public | 2013-03-29 14:30 | 2013-10-07 10:04 |
| Reporter | Dave Abrahams | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Mac | OS | OS X | OS Version | 10.8 |
| Product Version | CMake 2.8.10.2 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0014050: add_dependencies error message does not distinguish target-level and file-level dependencies | ||||
| Description | CMake Error at CMakeLists.txt:10 (add_dependencies): add_dependencies Adding dependency to non-existent target: foo This is very surprising and non-uniform. | ||||
| Steps To Reproduce | cmake_minimum_required(VERSION 2.8) add_custom_command( OUTPUT foo COMMAND ${CMAKE_COMMAND} -E touch foo) add_custom_command( OUTPUT bar COMMAND ${CMAKE_COMMAND} -E touch bar) add_dependencies(foo bar) | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-03-29 14:30 | Dave Abrahams | New Issue | |||
| 2013-03-29 15:07 | Brad King | Note Added: 0032726 | |||
| 2013-03-29 15:07 | Brad King | Assigned To | => Brad King | ||
| 2013-03-29 15:07 | Brad King | Status | new => resolved | ||
| 2013-03-29 15:07 | Brad King | Resolution | open => fixed | ||
| 2013-03-29 15:07 | Brad King | Summary | add_dependencies refuses to work on some targets => add_dependencies error message does not distinguish target-level and file-level dependencies | ||
| 2013-03-29 15:31 | Dave Abrahams | Note Added: 0032727 | |||
| 2013-03-29 15:31 | Dave Abrahams | Status | resolved => feedback | ||
| 2013-03-29 15:31 | Dave Abrahams | Resolution | fixed => reopened | ||
| 2013-03-29 15:38 | Brad King | Note Added: 0032728 | |||
| 2013-03-29 15:38 | Brad King | Status | feedback => resolved | ||
| 2013-03-29 15:38 | Brad King | Resolution | reopened => fixed | ||
| 2013-10-07 10:04 | Robert Maynard | Note Added: 0034021 | |||
| 2013-10-07 10:04 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||