summaryrefslogtreecommitdiffstats
path: root/Modules/FeatureSummary.cmake
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Use lower case style for commandsPeter Kokot2025-01-281-6/+6
* Remove optional arguments from else() and end*() commandsPeter Kokot2025-01-281-1/+1
* Renumber post-3.31 development from 3.32 to 4.0Brad King2025-01-161-1/+1
* FeatureSummary: Enhance documentationPeter Kokot2025-01-101-173/+228
* FeatureSummary: Add include_guardPeter Kokot2025-01-031-0/+2
* Help: Add more examples for condition syntax in commandsPeter Kokot2024-12-061-1/+30
* FeatureSummary: Introduce policy CMP0183 for full Condition SyntaxPeter Kokot2024-11-261-8/+32
* Help: update lua.org links to be HTTPSBen Boeckel2024-01-011-1/+1
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-8/+18
* CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-141-2/+0
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global propertiesDaniele E. Domenichelli2017-02-061-2/+17
* FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summaryDaniele E. Domenichelli2017-02-061-14/+32
* FeatureSummary: Fix documentationDaniele E. Domenichelli2017-02-061-8/+10
* FeatureSummary: Refactor to use global properties for package typesDaniele E. Domenichelli2017-01-261-70/+171
* FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFODaniele E. Domenichelli2017-01-261-2/+12
* FeatureSummary: Add QUIET_ON_EMPTY option to feature_summaryDaniele E. Domenichelli2017-01-261-13/+23
* FeatureSummary: Do not force OPTIONAL type in SET_PACKAGE_PROPERTIESDaniele E. Domenichelli2017-01-261-16/+14
* FeatureSummary: Add deprecation warnings to deprecated commandsDaniele E. Domenichelli2017-01-261-0/+6
* FeatureSummary: Clean printed outputDaniele E. Domenichelli2017-01-261-6/+9
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-3/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* FeatureSummary: Add include() to examplesBrad King2016-09-151-0/+2
* FeatureSummary: Format documentationBrad King2016-09-151-247/+241
* FeatureSummary: Convert docs to a bracket commentBrad King2016-09-151-265/+266
* FeatureSummary: Order function implementations the same as the documentationBrad King2016-09-151-77/+73
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-6/+6
* Modules: Check for ARGC before using ARGV#Daniele E. Domenichelli2015-02-271-2/+8
* FeatureSummary: Print each feature info only onceGregor Jasny2015-02-231-0/+3
* FeatureSummary: Fix bracket in documentation.Christoph GrĂ¼ninger2015-01-231-2/+2
* Modules: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-061-1/+1
* Modules: Format documentation to avoid over-long preformatted linesBrad King2014-10-221-27/+43
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-2/+2
* FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUNDDaniele E. Domenichelli2014-03-141-0/+2
* FeatureSummary: Allow to combine and reorder values for the "WHAT" optionDaniele E. Domenichelli2014-03-031-17/+39
* FeatureSummary: Don't list transitive package dependenciesStephen Kelly2014-02-031-0/+6
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-143/+220
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-16/+16
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-189/+189
* FeatureSummary.cmake: nicer formattingAlex Neundorf2012-05-131-2/+2
* various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-181-1/+1
* Don't warn when setting a property multiple times to the same value #12464Alex Neundorf2011-09-181-2/+2
* Fix typos in FeatureSummary.cmake (#12462)Alex Neundorf2011-09-181-4/+4
* Make the formatting of feature_summary output a little better.Stephen Kelly2011-08-271-1/+1
* FeatureSummary.cmake: update documentationAlex Neundorf2011-07-171-18/+81
* FeatureSummary.cmake: cosmeticsAlex Neundorf2011-07-171-34/+39
* FeatureSummary.cmake: only higher TYPEs can override previous TYPEsAlex Neundorf2011-07-171-2/+9
* FeatureSummary.cmake: error out when a REQUIRED package is missingAlex Neundorf2011-07-171-4/+16