Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fix ZLIB version parsing if no TWEAK version exists | Alex Neundorf | 2010-08-14 | 1 | -2/+7 |
| | | | | | | | | | | ZLIB_VERSION_STRING was "1.2.3.#define ZLIB_VERSION "1.2.3"" here, because the result of the matching for the tweak version was also appended if there was no TWEAK version and the regexp failed, which gives as result not an empty string, but the full string. Now it is only appended if the regexp matches. Alex | ||||
* | Merge topic 'module-header-spelling' | Brad King | 2010-08-10 | 1 | -1/+1 |
|\ | | | | | | | | | 2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute' | ||||
| * | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | | |||||
* | | FindZLIB: use the FPHSA version mode | Kovarththanan Rajaratnam | 2010-08-04 | 1 | -15/+2 |
|/ | | | | Remove our implementation of version checking and instead use FPHSA() | ||||
* | FindZLIB: optimize zlib.h version parsing | Kovarththanan Rajaratnam | 2010-07-31 | 1 | -7/+39 |
| | | | | | | Read zlib.h by using file(STRINGS.....REGEX) to limit the amount of text we apply the version regex on. This patch also addresses the fact that the version string may contain a tweak component. Patch by Simone Rossetto | ||||
* | Fix performance issue with getting version from zlib.h | Clinton Stimpson | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | Some zlib.h files have ZLIB_VERSION "1.2.3.3" with 4 numbers instead of 3. The regex is changed to grab the first 3 numbers. It was slow because if it failed to find that string near the top of the file, where it usually is, it would read the entire file. | ||||
* | FindZLIB: make sure zlib.h exists before reading it | Kovarththanan Rajaratnam | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | FindZLIB: only set INCLUDE_DIRECTORIES/LIBRARIES if zlib is found | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -5/+6 |
| | |||||
* | FindZLIB: add support for version handling (fixes #5588) | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -3/+13 |
| | | | | This change depends on the fix for #9414 which should land very soon. | ||||
* | FindZLIB: add support for GnuWin32 (fixes #5588) | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -2/+9 |
| | |||||
* | FindZLIB: FindPackageHandleStandardArgs already contains the quiet handling | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -7/+2 |
| | |||||
* | STYLE: respect convention (while being backward compat) | Mathieu Malaterre | 2009-10-30 | 1 | -11/+9 |
| | |||||
* | 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. | ||||
* | 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 | -29/+12 |
| | | | | | | | modules, remove some of the extra search paths which are also searched by default Alex | ||||
* | BUG: don't append to ZLIB_NAMES | Alexander Neundorf | 2006-06-09 | 1 | -10/+28 |
| | | | | | | | ENH: also check for zdll on windows ENH: honor REQUIRED and QUIETLY Alex | ||||
* | ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it. | Brad King | 2006-02-09 | 1 | -4/+0 |
| | |||||
* | ENH: Added names for gnuwin32 library versions. | Brad King | 2006-02-09 | 1 | -3/+8 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -4/+4 |
| | |||||
* | ENH: clean up some stuff | Bill Hoffman | 2005-09-08 | 1 | -0/+5 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -1/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+1 |
| | |||||
* | This file should not be empty | Ian Scott | 2002-09-02 | 1 | -0/+23 |
| | |||||
* | Moved FindZLib.cmake to FindZLIB.cmake | Ian Scott | 2002-09-02 | 1 | -0/+0 |