Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 in some of the FindXXX | Alexander Neundorf | 2007-07-18 | 1 | -18/+5 |
| | | | | | | | modules, remove some of the extra search paths which are also searched by default Alex | ||||
* | STYLE: remove empty line, so the documentation for the module is complete | Alexander Neundorf | 2007-02-10 | 1 | -1/+0 |
| | | | | | | again Alex | ||||
* | ENH: also look in /usr/local/include/libpng (OpenBSD) | Alexander Neundorf | 2006-08-30 | 1 | -0/+13 |
| | | | | | | | ENH: error out with FATAL_ERROR if REQUIRED was given but png hasn't been found Alex | ||||
* | BUG: don't include MacroLibrary.cmake, but add a cmake module which ↵ | Alexander Neundorf | 2006-03-20 | 1 | -4/+4 |
| | | | | | | | | implements ADD_FILE_DEPENDENCIES() ENH: mark the variables from FindPNG.cmake as advanced Alex | ||||
* | ENH: Put libpng name back because it is needed for plain windows. | Brad King | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it. | Brad King | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: Added names for gnuwin32 library versions. | Brad King | 2006-02-09 | 1 | -3/+4 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -10/+6 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -2/+1 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -1/+2 |
| | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -2/+2 |
| | |||||
* | fixed typo | Ken Martin | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | I copied a bit too much VXL functionality here. Oops | Ian Scott | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | Fixed mistake in comments | Ian Scott | 2002-09-03 | 1 | -1/+1 |
| | | | | | Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4 | ||||
* | Copied the X11 PNG and ZLIB functoinality from VXL | Ian Scott | 2002-09-02 | 1 | -0/+1 |
| | |||||
* | Adding Zlib and PNG find modules in the new format | Ian Scott | 2002-09-02 | 1 | -0/+47 |