summaryrefslogtreecommitdiff
path: root/Modules/CMakePackageConfigHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help: Modernize PackageConfigHelpers exampleFeRD (Frank Dana)2023-01-231-5/+7
* CMakePackageConfigHelpers: Fix note about version files supporting rangesfriendlyanon2022-05-111-3/+3
* Modules: Fix typos and spelling in documentationJosef Angstenberger2021-05-071-2/+2
* CMakePackageConfigHelpers: Relax restrictions on version rangeMarc Chevrier2020-12-151-3/+4
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-20/+26
* Help: Cleanup typos and grammar for the 3.19 releaseCraig Scott2020-10-241-2/+2
* CMakePackageConfigHelpers: Add version range supportMarc Chevrier2020-09-231-0/+5
* CMakePackageConfigHelpers: Add ARCH_INDEPENDENT optionJustin Bassett2018-11-301-1/+14
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-203/+204
* doc: Consistently use <PackageName> for describing the name of a packageJean-Christophe Fillion-Robin2018-08-141-6/+6
* Help: Package without components should use 'check_required_components' tooRuslan Baratov2018-06-071-7/+9
* WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY optionDaniele E. Domenichelli2017-11-211-5/+7
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Help: Fix cmake code block warnings produced by Sphinx 1.4Brad King2017-02-101-3/+3
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-3/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-4/+4
* CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIXSergiu Deitsch2016-03-221-1/+3
* Modules: Format documentation to avoid over-long preformatted linesBrad King2014-10-221-23/+27
* CMakePackageConfigHelpers: Add INSTALL_PREFIX optionDaniele E. Domenichelli2014-08-111-10/+28
* CMakePackageConfigHelpers: restructure documentation and document commandsDaniele E. Domenichelli2014-08-111-120/+125
* CMakePackageConfigHelpers: Remove unused variableDaniele E. Domenichelli2014-08-041-2/+0
* write_basic_package_version_file: use PROJECT_VERSIONAlex Neundorf2014-01-291-1/+4
* Don't copy find_dependency in configure_package_config_file.Stephen Kelly2013-12-241-9/+2
* Split the find_dependency macro into a separate file.Stephen Kelly2013-12-131-31/+4
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-117/+165
* CMakePackageConfigHelpers: Add a find_dependency macroStephen Kelly2013-08-301-2/+37
* Handle usr-move without forcing absolute paths (#14041)Brad King2013-04-031-21/+19
* configure_package_config_file(): extend documentationAlex Neundorf2013-01-241-0/+2
* configure_package_config_file(): fix indentationAlex Neundorf2013-01-241-6/+6
* configure_package_config_file: force absolute paths for usr-moveAlex Neundorf2013-01-241-0/+16
* CONFIGURE_PACKAGE_CONFIG_FILE(): improve generated commentsAlex Neundorf2012-12-061-0/+5
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-5/+5
* add macro check_required_components() to configure_package_config_file()Alex Neundorf2012-03-191-4/+34
* write_basic_package_version_file: add ExactVersion modeAlex Neundorf2012-03-101-1/+5
* write_basic_package_version_file(): improve documentationAlex Neundorf2012-03-101-0/+4
* wrap write_basic_config_version_file as write_basic_package_version_file()Alex Neundorf2012-03-071-3/+38
* add CMakePackageConfigHelpers: configure_package_config_file()Alex Neundorf2012-03-071-0/+154