summaryrefslogtreecommitdiffstats
path: root/Modules/FindJPEG.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* BUG: #7416 fix error when jpeg is not foundBill Hoffman2008-07-291-1/+3
|
* 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-28/+10
| | | | | | | modules, remove some of the extra search paths which are also searched by default Alex
* ENH: honor REQUIRED flagAlexander Neundorf2006-05-111-6/+17
| | | | Alex
* ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it.Brad King2006-02-091-4/+0
|
* ENH: Added names for gnuwin32 library versions.Brad King2006-02-091-4/+9
|
* ENH: some style fixes for the bookKen Martin2005-12-151-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-7/+5
|
* ENH: clean up some stuffBill Hoffman2005-09-081-0/+5
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-071-1/+0
| | | | automatically from the paths listed.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+1
|
* Fixed mistake in commentsIan Scott2002-09-031-1/+1
| | | | | Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4
* Add helpful message for QT Windows usersIan Scott2002-09-021-3/+20
| | | | | Add FindZLib in new format Move FindJPEG and FINDWGET over to new scheme
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-3/+2
|
* INCLUDE these to find the relevant librariesGeoffrey Cross2001-05-041-0/+15