summaryrefslogtreecommitdiff
path: root/Modules/FindTclsh.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use if(CYGWIN) instead of if(WIN32 AND UNIX)Brad King2010-01-131-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 LicenseBrad King2009-09-281-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 featureBrad King2008-06-091-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.5Sebastien Barre2008-01-261-0/+7
|
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-251-16/+20
|
* ENH: typoSebastien Barre2008-01-241-1/+1
|
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-241-2/+10
|
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-231-11/+14
|
* ENH: Tcl/Tk 8.6 alpha schedule for May 2008.Sebastien Barre2008-01-181-0/+2
|
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-6/+6
| | | | support Tcl/Tk 8.5)
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-0/+4
| | | | support Tcl/Tk 8.5)
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-2/+2
| | | | support Tcl/Tk 8.5)
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-5/+18
| | | | support Tcl/Tk 8.5)
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-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 theAlexander Neundorf2007-07-191-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 stuffBill Hoffman2006-10-131-5/+1
|
* ENH: cleanupsKen Martin2005-12-151-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-4/+1
|
* ENH: Added registry check for ActiveState Tcl 8.4.6.Brad King2004-03-311-0/+1
|
* ENH: make it a bit smarter at finding stuff: now you need only to set *ONE* ↵Sebastien Barre2004-01-091-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 King2003-11-041-0/+5
|
* look for cygtcl83Bill Hoffman2003-01-151-1/+1
|
* ENH: clean modules (doc, make stuff advanced, etc.)Sebastien Barre2002-06-141-1/+0
|
* ENH: ADVANCED was not propagated to the new sub-modsSebastien Barre2001-12-201-0/+6
|
* ENH: Added more filenames for tclsh program. Also now only looks for ↵Brad King2001-12-101-7/+12
| | | | cygtclsh80 if under cygwin.
* new modulesKen Martin2001-12-061-0/+19