MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008376 | CMake | Modules | public | 2009-01-14 13:13 | 2009-02-23 22:43 |
| Reporter | Michel Lesoinne | ||||
| 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 | 0008376: FindFLTK fails because include file can be FL/Fl.H and CMake only looks for FL/Fl.h | ||||
| Description | This bug seems to be a regression of a bug that was fixed as I found a report of it in http://www.paraview.org/Bug/view.php?id=915 [^] In CMake version 2.6 line 179 of FindFLTK.cmake contains: FIND_PATH(FLTK_INCLUDE_DIR FL/Fl.h ${FLTK_INCLUDE_SEARCH_PATH}) fltk 1.1.9 has Fl.H and no Fl.h thus FLTK is not found. To get around it, I am forced to call CMake with the following flag: -DFLTK_INCLUDE_DIR=/usr/include/FL | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-01-14 13:13 | Michel Lesoinne | New Issue | |||
| 2009-01-20 23:46 | Philip Lowman | Assigned To | => Philip Lowman | ||
| 2009-01-20 23:46 | Philip Lowman | Status | new => assigned | ||
| 2009-01-20 23:46 | Philip Lowman | Category | CMake => Modules | ||
| 2009-01-21 23:54 | Philip Lowman | Note Added: 0014657 | |||
| 2009-01-21 23:54 | Philip Lowman | Status | assigned => resolved | ||
| 2009-01-21 23:54 | Philip Lowman | Resolution | open => fixed | ||
| 2009-02-23 22:43 | Philip Lowman | Note Added: 0015306 | |||
| 2009-02-23 22:43 | Philip Lowman | Status | resolved => closed | ||
| 2009-02-23 22:43 | Philip Lowman | Fixed in Version | => CMake-2-6 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||