summaryrefslogtreecommitdiffstats
path: root/Modules/FindwxWidgets.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG #10209: Fixed FindwxWidget CXX flags parsing error.Miguel A. Figueroa-Villanueva2010-05-091-2/+5
| | | | | | | | | Was not removing definition flags (-D...) from cxx flags, when the definition flag was last in the list returned from wx-config. --HG-- extra : rebase_source : 3452c52b92717f181e902abef38c1e2718ce3b27
* BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option.Miguel A. Figueroa-Villanueva2010-03-071-2/+10
| | | | | | | | | | This allows the user not to link to the common libraries, which are regularly required. The user must specify all libraries that he does want to link in the find_package line (png tiff jpeg zlib regex expat). --HG-- extra : rebase_source : df29f96c957600629a34a1c5fafb8b3d6f274e22
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-1/+14
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* STYLE: fix typos in the docsAlexander Neundorf2009-04-191-2/+2
| | | | Alex
* BUG: Fix copy/paste error in previous commit that references wrong variableMiguel A. Figueroa-Villanueva2009-02-251-1/+1
| | | | (wxWidgets_INCLUDE_DIRS instead of wxWidgets_DEFINITIONS).
* BUG: Using PROPERTY COMPILE_DEFINITIONS_DEBUG to support Debug only ↵Miguel A. Figueroa-Villanueva2009-02-241-4/+16
| | | | preprocessor options (e.g., _DEBUG __WXDEBUG__).
* BUG: Fixed placement of initial wxWidgets_FOUND=TRUE statement, which allowedMiguel A. Figueroa-Villanueva2008-12-241-2/+2
| | | | some cases to breakaway from tests without resetting to FALSE (BUG: 8188).
* BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally;Miguel A. Figueroa-Villanueva2008-10-201-2/+18
| | | | supports gcc, nmake, and visual studio in all configurations.
* BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix ↵Miguel A. Figueroa-Villanueva2008-10-201-2/+3
| | | | for wxWidgets_ROOT_DIR search.
* ENH: Improved support for finding wxWidgets in MinGW environment.Miguel A. Figueroa-Villanueva2008-07-131-6/+17
|
* BUG: Add new library richtext. Reported in #7284 thanks to earith.Miguel A. Figueroa-Villanueva2008-07-061-2/+3
|
* ENH: Added support for MSYS as a unix style search.Miguel A. Figueroa-Villanueva2008-06-171-5/+5
|
* BUG: Fix so that MinGW use win32_find_style (6478). Also, consolidated ↵Miguel A. Figueroa-Villanueva2008-06-161-20/+17
| | | | search styles selection into a single variable, so that they are mutually exclusive.
* BUG: Fixed incorrectly matched FOREACH (7008).Miguel A. Figueroa-Villanueva2008-06-131-1/+1
|
* BUG: There are compiler problems with wxWidgets and ↵David Cole2008-04-161-0/+12
| | | | INCLUDE_DIRECTORIES(SYSTEM ...) use on the Mac. Set variable wxWidgets_INCLUDE_DIRS_NO_SYSTEM on the Mac in FindwxWidgets.cmake to avoid these problems.
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-4/+4
| | | | Alex
* BUG: Support cross-compiling; wx-config should be searched for in target ↵Miguel A. Figueroa-Villanueva2008-01-061-7/+5
| | | | platform ONLY (bug 6187).
* ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, ↵Miguel A. Figueroa-Villanueva2008-01-051-49/+183
| | | | xrs file generation, and other options (BUG: 6162).
* STYLE: Refactored common libs into a variable, modified comments, and ↵Miguel A. Figueroa-Villanueva2007-12-221-46/+37
| | | | cleaned use of monolithic build.
* STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets.Miguel A. Figueroa-Villanueva2007-12-021-5/+30
|
* STYLE: Use LIST(APPEND ...) instead of SET(...)Miguel A. Figueroa-Villanueva2007-12-021-18/+7
|
* ENH: Added search entry for the new release: wxWidgets-2.8.7.Miguel A. Figueroa-Villanueva2007-12-021-0/+1
|
* ENH: Added support for selecting different configurations in UNIX_STYLE: ↵Miguel A. Figueroa-Villanueva2007-12-021-3/+103
| | | | debug/release, static/shared, unicode/ansi, and regular/universal.
* ENH: Added macro support for compiling xrc resources to cpp code.Miguel A. Figueroa-Villanueva2007-12-021-0/+77
|
* BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007).Miguel A. Figueroa-Villanueva2007-11-121-0/+4
|
* BUG: Fixed error related to missing quotes around variable.Miguel A. Figueroa-Villanueva2007-11-041-4/+4
|
* ENH: Added support for finding wxWidgets-2.9. Thanks to Joshua Jensen and ↵Miguel A. Figueroa-Villanueva2007-10-171-0/+4
| | | | Steven.
* BUG: Added support for the AUI library module (bug 4338). Also applied someMiguel A. Figueroa-Villanueva2007-10-131-232/+214
| | | | | | STYLE changes including: deprecation of wxWidgets_USE_LIBS in favor of using standard FIND_PACKAGE COMPONENTS, removed some CMake 2.4.2 compatibility patches, use of execute_process instead of exec_program, etc.
* ENH: Patch from Jan for bug#3453. Cleans up find script and enables ↵Brad King2006-10-191-40/+38
| | | | -isystem feature for use script.
* BUG: Patch from Peter Visser to run wx-config from an MSYS prompt.Brad King2006-09-131-4/+4
|
* ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵Brad King2006-07-211-1/+654
| | | | It also updates the UseWX test and WXDialog sources to use the new find script.
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-1/+1
|
* BUG: fix for bug 618Bill Hoffman2004-04-221-0/+1