[cmake-developers] [CMake 0012636]: FindwxWidgets.cmake library list is not up-to-date for wxWidgets 2.9.3: doesn't include webview

Mantis Bug Tracker mantis at public.kitware.com
Wed Dec 21 11:45:56 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12636 
====================================================================== 
Reported By:                Jason Erb
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12636
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2011-12-21 11:45 EST
Last Modified:              2011-12-21 11:45 EST
====================================================================== 
Summary:                    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.

====================================================================== 

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                 
  
======================================================================




More information about the cmake-developers mailing list