MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008054 | CMake | Modules | public | 2008-11-07 04:57 | 2009-02-23 22:44 |
| Reporter | Springer | ||||
| Assigned To | Philip Lowman | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | CMake-2-6 | |||
| Summary | 0008054: FindDoxygen.cmake doesn't set all variables correctly | ||||
| Description | The module FindDoxygen.cmake sets DOXYGEN_FOUND to "YES" if doxygen was found and at the end of the module this variable (among others) is marked as advanced. However, another variable DOXYGEN_DOT_FOUND, which is also marked as advanced there, is never set. Expected behaviour: Similarly set DOXYGEN_DOT_FOUND to "YES" if dot was found, otherwise to "NO". This would allow this variable to be directly moved via configure_file() to the doxygen configuration file. Doxygen expects either a "YES" or "NO" there. For consistency, I'd suggest to also set DOXYGEN_FOUND to "NO" if doxygen has not been found. Currently the value of that variable is not changed in that case, so it's probably unset. Additionally, I think these two variables should be documented. The current documentation doesn't mention them at all. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-11-07 04:57 | Springer | New Issue | |||
| 2009-01-10 08:44 | Alex Neundorf | Category | CMake => Modules | ||
| 2009-01-15 13:00 | Bill Hoffman | Status | new => assigned | ||
| 2009-01-15 13:00 | Bill Hoffman | Assigned To | => Philip Lowman | ||
| 2009-01-19 22:28 | Philip Lowman | Note Added: 0014640 | |||
| 2009-01-19 22:28 | Philip Lowman | Status | assigned => resolved | ||
| 2009-01-19 22:28 | Philip Lowman | Resolution | open => fixed | ||
| 2009-02-23 22:44 | Philip Lowman | Note Added: 0015308 | |||
| 2009-02-23 22:44 | Philip Lowman | Status | resolved => closed | ||
| 2009-02-23 22:44 | Philip Lowman | Fixed in Version | => CMake-2-6 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||