summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-09 13:42:02 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-09 13:42:02 (GMT)
commitce53ef0be135f15a95987db502cd29bebe03c0cc (patch)
tree4dbb019dee9196c330963a127b92ab0de1fe04a7 /Help
parent1f6f114a7a61043ec0b9d6147f3b297081d214d5 (diff)
parentd425c1104588e82619a461b77e310b15b6dec1d0 (diff)
downloadCMake-ce53ef0be135f15a95987db502cd29bebe03c0cc.zip
CMake-ce53ef0be135f15a95987db502cd29bebe03c0cc.tar.gz
CMake-ce53ef0be135f15a95987db502cd29bebe03c0cc.tar.bz2
Merge branch 'backport-doc-find-module-no-summary' into release
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-developer.7.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index 0884a59..097d8fc 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -1115,17 +1115,6 @@ not any of its dependencies. Instead, those dependencies should also be
targets, and CMake should be told that they are dependencies of this target.
CMake will then combine all the necessary information automatically.
-We should also provide some information about the package, such as where to
-download it.
-
-.. code-block:: cmake
-
- include(FeatureSummary)
- set_package_properties(Foo PROPERTIES
- URL "http://www.foo.example.com/"
- DESCRIPTION "A library for doing useful things"
- )
-
Most of the cache variables should be hidden in the ``ccmake`` interface unless
the user explicitly asks to edit them.