View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012636CMakeCMakepublic2011-12-21 11:452016-06-06 16:39
ReporterJason Erb 
Assigned ToBrad King 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.6 
Target VersionCMake 2.8.8Fixed in VersionCMake 2.8.8 
Summary0012636: FindwxWidgets.cmake library list is not up-to-date for wxWidgets 2.9.3: doesn't include webview
DescriptionThe 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 ReproduceThe following CMake command fails, although it should be valid under wxWidgets 2.9.3:

FIND_PACKAGE(wxWidgets COMPONENTS core base html webview REQUIRED)
Additional InformationA 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.
TagsNo tags attached.
Attached Files? file icon FindwxWidgets.cmake [^] (40,274 bytes) 2011-12-21 11:45

 Relationships

  Notes
(0028034)
Brad King (manager)
2011-12-22 09:35

Applied, thanks:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d0711486 [^]
(0030869)
David Cole (manager)
2012-09-03 16:01

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team