summaryrefslogtreecommitdiffstats
path: root/Modules/FindPNG.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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 in some of the FindXXXAlexander Neundorf2007-07-181-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 completeAlexander Neundorf2007-02-101-1/+0
| | | | | | again Alex
* ENH: also look in /usr/local/include/libpng (OpenBSD)Alexander Neundorf2006-08-301-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 Neundorf2006-03-201-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 King2006-02-091-1/+1
|
* ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it.Brad King2006-02-091-1/+1
|
* ENH: Added names for gnuwin32 library versions.Brad King2006-02-091-3/+4
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-10/+6
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-071-2/+1
| | | | automatically from the paths listed.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-1/+2
|
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-2/+2
|
* fixed typoKen Martin2003-01-131-1/+1
|
* I copied a bit too much VXL functionality here. OopsIan Scott2002-09-031-1/+1
|
* Fixed mistake in commentsIan Scott2002-09-031-1/+1
| | | | | Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4
* Copied the X11 PNG and ZLIB functoinality from VXLIan Scott2002-09-021-0/+1
|
* Adding Zlib and PNG find modules in the new formatIan Scott2002-09-021-0/+47