| Commit message (Expand) | Author | Age | Files | Lines |
* | FPHSA: replace left-over VERSION by _FOUND_VERSION. | Yves Frederix | 2017-09-14 | 1 | -1/+1 |
|
|
* | FPHSA: lower-case for cmake_parse_arguments + move config-mode related code | Yves Frederix | 2017-09-05 | 1 | -16/+16 |
|
|
* | FPHSA: use more localized _FOUND_VERSION instead of VERSION. | Yves Frederix | 2017-09-05 | 1 | -13/+14 |
|
|
* | FPHSA: remove extra space | Ben Boeckel | 2017-05-15 | 1 | -2/+2 |
|
|
* | Don't include CMakeParseArguments | Daniel Pfeifer | 2017-01-11 | 1 | -1/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -9/+9 |
|
|
* | FPHSA: fix typo in documentation | Rolf Eike Beer | 2015-08-24 | 1 | -1/+1 |
|
|
* | FPHSA: Document REQUIRED_VARS recommendation (#15352) | Brad King | 2015-04-17 | 1 | -0/+4 |
|
|
* | FPHSA: Revise and format documentation | Brad King | 2015-04-17 | 1 | -110/+123 |
|
|
* | FPHSA: Always populate the ExactCase_FOUND variable (#15412). | Stephen Kelly | 2015-04-17 | 1 | -31/+28 |
|
|
* | FPHSA: Revise documented command signature | Gregor Jasny | 2015-03-18 | 1 | -1/+1 |
|
|
* | FPHSA: remove unneeded variable dereferencing | Rolf Eike Beer | 2014-10-25 | 1 | -2/+2 |
|
|
* | Modules: Format documentation to avoid over-long preformatted lines | Brad King | 2014-10-22 | 1 | -13/+15 |
|
|
* | FPHSA: fix when requested or found version is exactly 0 | Rolf Eike Beer | 2014-10-07 | 1 | -3/+4 |
|
|
* | FPHSA: when EXACT version match is requested only compare the components given | Rolf Eike Beer | 2014-10-07 | 1 | -4/+32 |
|
|
* | FPHSA: Avoid if() dereferencing of quoted variable | Brad King | 2014-09-11 | 1 | -1/+1 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -66/+94 |
|
|
* | FPHSA: Fix FOUND_VAR check to work with if() auto-dereference | Stephen Kelly | 2013-03-18 | 1 | -1/+1 |
|
|
* | FPHSA: improve documentation | Alex Neundorf | 2013-02-22 | 1 | -8/+12 |
|
|
* | FPHSA: Add FOUND_VAR option to specify _FOUND variable name | Alex Neundorf | 2013-02-22 | 1 | -15/+32 |
|
|
* | FPHSA: don't succeed if only checking for XX_FOUND (#13755) | Alex Neundorf | 2012-11-29 | 1 | -1/+4 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -2/+2 |
|
|
* | find_package: add support for a <package>_NOT_FOUND_MESSAGE variable | Alex Neundorf | 2012-09-28 | 1 | -0/+3 |
|
|
* | fphsa: clarify message about minimum required version found. | Clinton Stimpson | 2012-08-16 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -44/+44 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -151/+151 |
|
|
* | FPHSA(): add HANDLE_COMPONENTS option | Alex Neundorf | 2012-03-19 | 1 | -2/+38 |
|
|
* | FPHSA(): add missing "]" to documentation | Alex Neundorf | 2012-03-19 | 1 | -1/+1 |
|
|
* | FindPackageHandleStandardArgs: fix documentation | Yury G. Kudryashov | 2012-01-20 | 1 | -3/+3 |
|
|
* | Also store the required version number in the details message. | Alex Neundorf | 2010-09-27 | 1 | -1/+1 |
|
|
* | Improve version notice in the generated message | Alex Neundorf | 2010-08-30 | 1 | -53/+61 |
|
|
* | Add option CONFIG_MODE to FPHSA() | Alex Neundorf | 2010-08-29 | 1 | -9/+55 |
|
|
* | Small cleanup of FindPackageHandleStandardArgs.cmake | Alex Neundorf | 2010-08-29 | 1 | -21/+17 |
|
|
* | Add macro CMakeParseArguments() and use it in FPHSA() | Alex Neundorf | 2010-08-14 | 1 | -71/+29 |
|
|
* | Merge topic 'ImprovedVersionCheckingInSomeModules' | Brad King | 2010-08-10 | 1 | -1/+1 |
|\ |
|
| * | Fix DETAILS string with version number in FHPSA() | Alex Neundorf | 2010-08-07 | 1 | -1/+1 |
|
|
* | | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|/ |
|
* | -fix indentation of the documentation | Alex Neundorf | 2010-07-29 | 1 | -37/+39 |
|
|
* | add 2nd, more powerful mode to find_package_handle_standard_args() | Alex Neundorf | 2010-07-28 | 1 | -36/+206 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | BUG: fix #6375: print the variables which were not found, so it's easier to | Alexander Neundorf | 2008-05-11 | 1 | -2/+7 |
|
|
* | ENH: Added FindPackageMessage module | Brad King | 2008-03-17 | 1 | -3/+7 |
|
|
* | STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local | Alexander Neundorf | 2008-02-06 | 1 | -2/+6 |
|
|
* | STYLE: fix typo | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
|
|
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -6/+16 |
|
|
* | ENH: add a macro FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 LIBXML2_LIBRARIES ... | Alexander Neundorf | 2007-07-18 | 1 | -0/+44 |
|
|