summaryrefslogtreecommitdiff
path: root/Modules/FindPackageHandleStandardArgs.cmake
Commit message (Expand)AuthorAgeFilesLines
* FPHSA: Fix regression when VERSION_VAR is missingBrad King2022-09-151-9/+13
* FPHSA: Improve error message when VERSION_VAR is empty or has been unset()Andrea Pappacoda2022-09-071-2/+4
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-3/+15
* FPHSA: ensure it can be used outside 'find_package'Marc Chevrier2020-11-251-2/+7
* find_package: raise error on empty version rangeMarc Chevrier2020-09-291-7/+3
* FPHSA: avoid spurious error if version variable is not definedMarc Chevrier2020-09-251-1/+1
* FPHSA: add support of version rangeMarc Chevier2020-09-231-58/+184
* FPHSA: REQUIRED_VARS is optional if HANDLE_COMPONENTS is specifiedMarc Chevrier2020-04-301-4/+17
* FPHSA: Check _FOUND var name with STREQUALFeRD (Frank Dana)2020-01-231-2/+4
* FPHSA: detect package name mismatchesBen Boeckel2020-01-141-3/+53
* FPHSA: add capability to specify message explaining reason of failureMarc Chevrier2019-09-271-6/+21
* FPHSA: Remove extra space in module components reportSylvain Joubert2019-08-061-2/+2
* doc: Consistently use <PackageName> for describing the name of a packageJean-Christophe Fillion-Robin2018-08-141-2/+2
* FPHSA: replace left-over VERSION by _FOUND_VERSION.Yves Frederix2017-09-141-1/+1
* FPHSA: lower-case for cmake_parse_arguments + move config-mode related codeYves Frederix2017-09-051-16/+16
* FPHSA: use more localized _FOUND_VERSION instead of VERSION.Yves Frederix2017-09-051-13/+14
* FPHSA: remove extra spaceBen Boeckel2017-05-151-2/+2
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-9/+9
* FPHSA: fix typo in documentationRolf Eike Beer2015-08-241-1/+1
* FPHSA: Document REQUIRED_VARS recommendation (#15352)Brad King2015-04-171-0/+4
* FPHSA: Revise and format documentationBrad King2015-04-171-110/+123
* FPHSA: Always populate the ExactCase_FOUND variable (#15412).Stephen Kelly2015-04-171-31/+28
* FPHSA: Revise documented command signatureGregor Jasny2015-03-181-1/+1
* FPHSA: remove unneeded variable dereferencingRolf Eike Beer2014-10-251-2/+2
* Modules: Format documentation to avoid over-long preformatted linesBrad King2014-10-221-13/+15
* FPHSA: fix when requested or found version is exactly 0Rolf Eike Beer2014-10-071-3/+4
* FPHSA: when EXACT version match is requested only compare the components givenRolf Eike Beer2014-10-071-4/+32
* FPHSA: Avoid if() dereferencing of quoted variableBrad King2014-09-111-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-66/+94
* FPHSA: Fix FOUND_VAR check to work with if() auto-dereferenceStephen Kelly2013-03-181-1/+1
* FPHSA: improve documentationAlex Neundorf2013-02-221-8/+12
* FPHSA: Add FOUND_VAR option to specify _FOUND variable nameAlex Neundorf2013-02-221-15/+32
* FPHSA: don't succeed if only checking for XX_FOUND (#13755)Alex Neundorf2012-11-291-1/+4
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-2/+2
* find_package: add support for a <package>_NOT_FOUND_MESSAGE variableAlex Neundorf2012-09-281-0/+3
* fphsa: clarify message about minimum required version found.Clinton Stimpson2012-08-151-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-44/+44
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-151/+151
* FPHSA(): add HANDLE_COMPONENTS optionAlex Neundorf2012-03-191-2/+38
* FPHSA(): add missing "]" to documentationAlex Neundorf2012-03-191-1/+1
* FindPackageHandleStandardArgs: fix documentationYury G. Kudryashov2012-01-201-3/+3
* Also store the required version number in the details message.Alex Neundorf2010-09-271-1/+1
* Improve version notice in the generated messageAlex Neundorf2010-08-301-53/+61
* Add option CONFIG_MODE to FPHSA()Alex Neundorf2010-08-291-9/+55
* Small cleanup of FindPackageHandleStandardArgs.cmakeAlex Neundorf2010-08-291-21/+17
* Add macro CMakeParseArguments() and use it in FPHSA()Alex Neundorf2010-08-141-71/+29
* Merge topic 'ImprovedVersionCheckingInSomeModules'Brad King2010-08-101-1/+1
|\
| * Fix DETAILS string with version number in FHPSA()Alex Neundorf2010-08-071-1/+1