summaryrefslogtreecommitdiffstats
path: root/Modules/FindCurses.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Fix FindCurses.cmake for new cygwin releases.Bill Hoffman2010-05-041-0/+9
|
* 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: fix curses on haikuBill Hoffman2008-12-031-6/+16
|
* ENH: try to make this work if ncurses lib is found bug not the ncurses headerBill Hoffman2008-09-181-14/+32
|
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-6/+4
| | | | | | | | | | - 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.
* BUG: fix #6993Alexander Neundorf2008-05-101-19/+24
| | | | | | | | | | | | FindCurses.cmake is now almost exactly reverted back to the state when CURSES_LIBRARY and CURSES_INCLUDE_PATH where set for compatibility but not in the cache. It is important that CURSES_CURSES_LIBRARY and CURSES_NCURSES_LIBRARY really contain the path to these files. Later on CURSES_LIBRARY is set to the one of the two which will be used as curses library. This is now done in the cache, without FORCE. So preloading the cache still seems to work (at least what I tested). Alex
* BUG: remove typoBill Hoffman2008-04-301-1/+1
|
* BUG: fix for 6918 ncurses should work without cursesBill Hoffman2008-04-301-1/+5
|
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-2/+1
|
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-10/+10
|
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-271-3/+16
| | | | | | | it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex
* COMP: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-151-6/+73
| | | | | | | | | | on NetBSD where there are separate curses and ncurses libraries, and where the curses library is found, which doesn't work for ccmake while the existing ncurses library would work. With this change it should be possible to test whether the found curses lib provides ncurses functionality. Alex
* 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-29/+13
| | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex
* ENH: add documentation support for modulesBill Hoffman2005-12-141-2/+1
|
* ENH: clean up some stuffBill Hoffman2005-09-081-8/+45
|
* FIX: fix for bug 1438Bill Hoffman2005-02-171-1/+1
|
* ENH: Added /lib to curses search path.Brad King2001-12-121-3/+3
|
* HPUX support.Berk Geveci2001-11-051-4/+8
|
* Adding curses support.Berk Geveci2001-11-041-0/+16