summaryrefslogtreecommitdiff
path: root/Modules/FeatureSummary.cmake
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2015-01-22 23:48:38 +0100
committerBrad King <brad.king@kitware.com>2015-01-23 09:02:48 -0500
commitb79d8f2934bc0dbe5f22fbb3ee709eb932baf3c6 (patch)
treeaea4573f138489463e74dd735de1a5493229eb16 /Modules/FeatureSummary.cmake
parent57622bd19d3fd013038d34f497b106a7e2bfd26d (diff)
downloadcmake-b79d8f2934bc0dbe5f22fbb3ee709eb932baf3c6.tar.gz
FeatureSummary: Fix bracket in documentation.
Diffstat (limited to 'Modules/FeatureSummary.cmake')
-rw-r--r--Modules/FeatureSummary.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index 9016db8002..3eea9dba6d 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.