summaryrefslogtreecommitdiffstats
path: root/Modules/FindSWIG.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: no fatal error if not requiredBill Hoffman2008-06-181-2/+6
|
* BUG: fix for bug 4145 much better findSwigBill Hoffman2008-01-101-40/+48
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+6
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-071-2/+0
| | | | automatically from the paths listed.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+2
|
* BUG: make sure if swig is found, we know it is foundBill Hoffman2004-06-291-0/+1
|
* BUG: Replace MATCHES with STREQUAL for better checking, better checking for ↵Andy Cedilnik2004-06-281-7/+13
| | | | existence of swig directory, verify if required flag was set, support fedora's location of swig. Fixes Bug #955 - Swig on fedora and Bug #954 - FIND_PACKAGE(SWIG REQUIRED)
* ENH: More pathsAndy Cedilnik2004-04-301-1/+1
|
* ENH: add another place to look for swig.exeBill Hoffman2004-04-301-1/+1
|
* ENH: try to find swig.exe in SWIG_DIRBill Hoffman2004-04-301-1/+1
|
* ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵Andy Cedilnik2004-04-301-0/+35
support module to cmake