MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007284 | CMake | CMake | public | 2008-07-04 04:35 | 2008-07-06 05:00 |
| Reporter | D Earith | ||||
| Assigned To | Miguel Figueroa | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | CMake-2-6 | |||
| Summary | 0007284: FindwxWidgets.cmake - WIN32 - wxWidgets 2.8.7 - missing richtext library | ||||
| Description | In wxWidgets 2.8.x, there is a new library: richtext This library is missin in WX_FIND_LIBS macro. If On Windows, if you set in your CMakefile : FIND_PACKAGE(wxWidgets COMPONENTS base core net xml adv gl html qa xrc richtext aui) wxWidgets_FOUND is always set to false because of missing richtext. To fix th bug, I change in FindwxWidgets.cmake : ... # Find wxWidgets multilib libraries. FOREACH(LIB core adv aui html media xrc dbgrid gl qa) ... by ... # Find wxWidgets multilib libraries. FOREACH(LIB core adv aui html media xrc dbgrid gl qa richtext) ... | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-07-04 04:35 | D Earith | New Issue | |||
| 2008-07-05 12:07 | Miguel Figueroa | Status | new => assigned | ||
| 2008-07-05 12:07 | Miguel Figueroa | Assigned To | => Miguel Figueroa | ||
| 2008-07-06 05:00 | Miguel Figueroa | Status | assigned => closed | ||
| 2008-07-06 05:00 | Miguel Figueroa | Note Added: 0012632 | |||
| 2008-07-06 05:00 | Miguel Figueroa | Resolution | open => fixed | ||
| 2008-07-06 05:00 | Miguel Figueroa | Fixed in Version | => CMake-2-6 | ||
| Notes | |||||
|
|
|||||
|
|
||||