Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
| | | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Use if(CYGWIN) instead of if(WIN32 AND UNIX) | Brad King | 2010-01-13 | 1 | -2/+2 |
| | | | | | CMake has defined CYGWIN on Cygwin for years, so we no longer need the legacy form of the test. Change based on patch from issue #10122. | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | 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. | ||||
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 1 | -5/+1 |
| | | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call. | ||||
* | ENH: Update Tcl/Tk 8.5 | Sebastien Barre | 2008-01-26 | 1 | -0/+7 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 1 | -16/+20 |
| | |||||
* | ENH: typo | Sebastien Barre | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 1 | -2/+10 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-23 | 1 | -11/+14 |
| | |||||
* | ENH: Tcl/Tk 8.6 alpha schedule for May 2008. | Sebastien Barre | 2008-01-19 | 1 | -0/+2 |
| | |||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -6/+6 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -0/+4 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -2/+2 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -5/+18 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -1/+1 |
| | | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -5/+10 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | BUG: fix for bug #3846 more advanced stuff | Bill Hoffman | 2006-10-13 | 1 | -5/+1 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -4/+1 |
| | |||||
* | ENH: Added registry check for ActiveState Tcl 8.4.6. | Brad King | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | ENH: make it a bit smarter at finding stuff: now you need only to set *ONE* ↵ | Sebastien Barre | 2004-01-09 | 1 | -0/+7 |
| | | | | of (TCL|TK)_INCLUDE_PATH, (TCL|TK)_LIBRARY, TCL_TCLSH and the rest will be found. | ||||
* | ENH: Adding registry entries to search path. | Brad King | 2003-11-04 | 1 | -0/+5 |
| | |||||
* | look for cygtcl83 | Bill Hoffman | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | ENH: clean modules (doc, make stuff advanced, etc.) | Sebastien Barre | 2002-06-14 | 1 | -1/+0 |
| | |||||
* | ENH: ADVANCED was not propagated to the new sub-mods | Sebastien Barre | 2001-12-20 | 1 | -0/+6 |
| | |||||
* | ENH: Added more filenames for tclsh program. Also now only looks for ↵ | Brad King | 2001-12-10 | 1 | -7/+12 |
| | | | | cygtclsh80 if under cygwin. | ||||
* | new modules | Ken Martin | 2001-12-06 | 1 | -0/+19 |