Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
| | | | | | | | | This puts the new search behaviour for included files in action, i.e. now when a file from Modules/ include()s another file, it also gets the one from Modules/ included, i.e. the one it expects. Alex | ||||
* | 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 |
| | |||||
* | -add more names for libpng, so it also support libpng 1.4 on Windows (#10551) | Alex Neundorf | 2010-04-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+12 |
| | | | | | | | 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. | ||||
* | fix #9152: find ZLIB quietly if PNG is searched QUIETLY | Alexander Neundorf | 2009-09-14 | 1 | -2/+7 |
| | | | | Alex | ||||
* | ENH: just converted case to lower for the book | Ken Martin | 2009-07-21 | 1 | -17/+17 |
| | |||||
* | ENH: add more names of linpng (sync with the KDE version) | Alexander Neundorf | 2008-08-16 | 1 | -1/+1 |
| | | | | Alex | ||||
* | 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 |