summaryrefslogtreecommitdiff
path: root/Modules/FindZLIB.cmake
Commit message (Expand)AuthorAgeFilesLines
* Find{BZip2,LibLZMA,ZLIB}: use *_VERSION as modern CMakeMichael Hirsch2022-11-071-20/+46
* FindZLIB: Fail if components are requested as it does not provide anykoostosh2022-10-121-1/+10
* FindZLIB: fix CMAKE_FIND_LIBRARY_PREFIXES being unset when it was emptyDaniel Scharrer2022-09-061-4/+20
* FindZLIB: fix ZLIB_USE_STATIC_LIBS on WindowsPeter Würth2022-05-131-6/+16
* FindZLIB: more library names + option to prefer static libraryPeter Würth2022-03-121-2/+22
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+5
* FindZLIB: Add more zlib library namesAlexander Neumann2019-05-281-2/+2
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-47/+48
* FindZLIB: Fix path detection via ProgramFiles env variablesAndreas Schneider2018-08-241-3/+5
* FindZLIB: Search names per directoryStefan Hacker2018-02-151-2/+2
* Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-281-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-1/+1
* FindZLIB: Do not mark unused variable as advancedBrad King2016-06-211-1/+1
* FindZLIB: Find debug and release variants separatelyMichael Scott2015-09-021-5/+40
* FindZLIB: Add imported target and documentationPhilipp Möller2014-06-231-8/+23
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-16/+32
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-33/+33
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* FindZLIB: Search under ZLIB_ROOT if it is setBrad King2011-11-301-10/+25
* FindZLIB: print library instead of include directoryRolf Eike Beer2011-04-071-1/+1
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Add new names for PNG and ZLIB librariesDavid Cole2011-01-141-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Fix ZLIB version parsing if no TWEAK version existsAlex Neundorf2010-08-141-2/+7
* Merge topic 'module-header-spelling'Brad King2010-08-101-1/+1
|\
| * Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* | FindZLIB: use the FPHSA version modeKovarththanan Rajaratnam2010-08-041-15/+2
|/
* FindZLIB: optimize zlib.h version parsingKovarththanan Rajaratnam2010-07-311-7/+39
* Fix performance issue with getting version from zlib.hClinton Stimpson2010-06-241-1/+1
* FindZLIB: make sure zlib.h exists before reading itKovarththanan Rajaratnam2010-05-131-1/+1
* FindZLIB: only set INCLUDE_DIRECTORIES/LIBRARIES if zlib is foundKovarththanan Rajaratnam2010-04-171-5/+6
* FindZLIB: add support for version handling (fixes #5588)Kovarththanan Rajaratnam2010-04-111-3/+13
* FindZLIB: add support for GnuWin32 (fixes #5588)Kovarththanan Rajaratnam2010-04-111-2/+9
* FindZLIB: FindPackageHandleStandardArgs already contains the quiet handlingKovarththanan Rajaratnam2010-04-111-7/+2
* STYLE: respect convention (while being backward compat)Mathieu Malaterre2009-10-301-11/+9
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+12
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-1/+1
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXXAlexander Neundorf2007-07-181-29/+12
* BUG: don't append to ZLIB_NAMESAlexander Neundorf2006-06-091-10/+28
* 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-3/+8
* ENH: add documentation support for modulesBill Hoffman2005-12-141-4/+4
* ENH: clean up some stuffBill Hoffman2005-09-081-0/+5
* ENH: Removing extra 64-bit search paths. They are now constructed automatica...Brad King2005-04-071-1/+0
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+1
* This file should not be emptyIan Scott2002-09-021-0/+23