MantisBT - CMake
View Issue Details
0012636CMakeCMakepublic2011-12-21 11:452016-06-06 16:39
Jason Erb 
Brad King 
highmajoralways
closedfixed 
CMake 2.8.6 
CMake 2.8.8CMake 2.8.8 
0012636: FindwxWidgets.cmake library list is not up-to-date for wxWidgets 2.9.3: doesn't include webview
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.
The following CMake command fails, although it should be valid under wxWidgets 2.9.3:

FIND_PACKAGE(wxWidgets COMPONENTS core base html webview REQUIRED)
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.
No tags attached.
? FindwxWidgets.cmake (40,274) 2011-12-21 11:45
https://public.kitware.com/Bug/file/4149/FindwxWidgets.cmake
Issue History
2011-12-21 11:45Jason ErbNew Issue
2011-12-21 11:45Jason ErbFile Added: FindwxWidgets.cmake
2011-12-22 09:35Brad KingNote Added: 0028034
2011-12-22 09:35Brad KingAssigned To => Brad King
2011-12-22 09:35Brad KingStatusnew => resolved
2012-04-19 15:42David ColeFixed in Version => CMake 2.8.8
2012-04-19 15:42David ColeTarget Version => CMake 2.8.8
2012-09-03 16:01David ColeNote Added: 0030869
2012-09-03 16:01David ColeStatusresolved => closed
2016-06-06 16:39Brad KingResolutionopen => fixed

Notes
(0028034)
Brad King   
2011-12-22 09:35   
Applied, thanks:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d0711486 [^]
(0030869)
David Cole   
2012-09-03 16:01   
Closing resolved issues that have not been updated in more than 4 months.