MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011644 | CMake | CMake | public | 2010-12-27 11:28 | 2010-12-28 09:23 |
| Reporter | Andriy Rysin | ||||
| Assigned To | Brad King | ||||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.3 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0011644: CMake output when looking for objects could be more compact | ||||
| Description | When cmake looks for functions etc it prints two (almost identical) messages twice, e.g. -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found there could easily be dozens and dozens of those messages so finding something in the output can be hard. It would be nice if cmake could compact those two into one, either by not putting new line after first message and just adding "found/not fond/..." after the step is done. Or returning the caret before printing status line instead of doing new line (that'll help at least on the terminals that support that). | ||||
| Steps To Reproduce | Run cmake and observe the "Looking for" lines | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-12-27 11:28 | Andriy Rysin | New Issue | |||
| 2010-12-28 09:23 | Brad King | Note Added: 0024329 | |||
| 2010-12-28 09:23 | Brad King | Status | new => closed | ||
| 2010-12-28 09:23 | Brad King | Assigned To | => Brad King | ||
| 2010-12-28 09:23 | Brad King | Resolution | open => won't fix | ||
| Notes | |||||
|
|
|||||
|
|
||||