MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012636 | CMake | CMake | public | 2011-12-21 11:45 | 2016-06-06 16:39 |
|
| Reporter | Jason Erb | |
| Assigned To | Brad King | |
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake 2.8.6 | |
| Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | |
|
| Summary | 0012636: FindwxWidgets.cmake library list is not up-to-date for wxWidgets 2.9.3: doesn't include webview |
| Description | The library list in FindwxWidgets.cmake is not up-to-date for wxWidgets 2.9.3, as it does not include webview.
The library list on lines 314 and 315 must be changed to include webview.
Attached is a FindwxWidgets.cmake file modified in this way. |
| Steps To Reproduce | The following CMake command fails, although it should be valid under wxWidgets 2.9.3:
FIND_PACKAGE(wxWidgets COMPONENTS core base html webview REQUIRED)
|
| Additional Information | A better fix, if possible under the CMake scripting language, would be to remove the hard-coded list of libraries from FindwxWidgets.cmake altogether and instead infer available library names from the lib files present.
|
| Tags | No tags attached. |
| Relationships | |
| Attached Files | FindwxWidgets.cmake (40,274) 2011-12-21 11:45 https://public.kitware.com/Bug/file/4149/FindwxWidgets.cmake |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-12-21 11:45 | Jason Erb | New Issue | |
| 2011-12-21 11:45 | Jason Erb | File Added: FindwxWidgets.cmake | |
| 2011-12-22 09:35 | Brad King | Note Added: 0028034 | |
| 2011-12-22 09:35 | Brad King | Assigned To | => Brad King |
| 2011-12-22 09:35 | Brad King | Status | new => resolved |
| 2012-04-19 15:42 | David Cole | Fixed in Version | => CMake 2.8.8 |
| 2012-04-19 15:42 | David Cole | Target Version | => CMake 2.8.8 |
| 2012-09-03 16:01 | David Cole | Note Added: 0030869 | |
| 2012-09-03 16:01 | David Cole | Status | resolved => closed |
| 2016-06-06 16:39 | Brad King | Resolution | open => fixed |