summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-09 15:54:52 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-09 15:54:52 (GMT)
commit92eaa4707785ccdcbd4b6203a7e0a62b990211cc (patch)
treecfe29d294b6f9d21dc7e19880527ae03dcecab3d
parent2372cdaa3aa2c8b6fb0da1e6c74c10695a1b1ae8 (diff)
parent3fb33e01a1c7a55f35c44a489273f780b21bbca6 (diff)
downloadCMake-92eaa4707785ccdcbd4b6203a7e0a62b990211cc.zip
CMake-92eaa4707785ccdcbd4b6203a7e0a62b990211cc.tar.gz
CMake-92eaa4707785ccdcbd4b6203a7e0a62b990211cc.tar.bz2
Merge topic 'doc-find-module-no-summary'
3fb33e01 Merge branch 'backport-doc-find-module-no-summary' into doc-find-module-no-summary d425c110 Help: Drop FeatureSummary example in cmake-developer.7 8235effe Help: Drop FeatureSummary example in cmake-developer.7
-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 3b9b921..682ce47 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -1093,17 +1093,6 @@ The ``RELEASE`` variant should be listed first in the property
so that that variant is chosen if the user uses a configuration which is
not an exact match for any listed ``IMPORTED_CONFIGURATIONS``.
-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.