summaryrefslogtreecommitdiffstats
path: root/Modules/FindPNG.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-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 everywhereAlex Neundorf2010-09-281-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 Gamblin2010-08-091-1/+1
|
* -add more names for libpng, so it also support libpng 1.4 on Windows (#10551)Alex Neundorf2010-04-191-1/+1
| | | | Alex
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-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 QUIETLYAlexander Neundorf2009-09-141-2/+7
| | | | Alex
* ENH: just converted case to lower for the bookKen Martin2009-07-211-17/+17
|
* ENH: add more names of linpng (sync with the KDE version)Alexander Neundorf2008-08-161-1/+1
| | | | 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 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