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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
