diff options
author | Brad King <brad.king@kitware.com> | 2015-01-23 15:50:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-23 15:50:19 (GMT) |
commit | 0bda22f247bffa75abc184e96451835f4450145c (patch) | |
tree | e8c0ccecf46927b914f98d7e9fb4b09fc318c6a2 /Modules | |
parent | 6e66fb6e88305e7b906f60882610bac48fd7146f (diff) | |
parent | b79d8f2934bc0dbe5f22fbb3ee709eb932baf3c6 (diff) | |
download | CMake-0bda22f247bffa75abc184e96451835f4450145c.zip CMake-0bda22f247bffa75abc184e96451835f4450145c.tar.gz CMake-0bda22f247bffa75abc184e96451835f4450145c.tar.bz2 |
Merge topic 'FeatureSummary-fix-doc-typo'
b79d8f29 FeatureSummary: Fix bracket in documentation.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FeatureSummary.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake index 9016db8..3eea9db 100644 --- a/Modules/FeatureSummary.cmake +++ b/Modules/FeatureSummary.cmake @@ -40,7 +40,7 @@ # [FATAL_ON_MISSING_REQUIRED_PACKAGES] # [DESCRIPTION "Found packages:"] # WHAT (ALL | PACKAGES_FOUND | PACKAGES_NOT_FOUND -# | ENABLED_FEATURES | DISABLED_FEATURES] +# | ENABLED_FEATURES | DISABLED_FEATURES) # ) # # @@ -265,7 +265,7 @@ # Does the same as SET_PACKAGE_INFO(<name> <description> <url> ) #============================================================================= -# Copyright 2007-2009 Kitware, Inc. +# Copyright 2007-2015 Kitware, Inc. # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. |