summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-26 22:33:53 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-01 13:48:22 (GMT)
commit89bb34d3499efd0ae78324d53ca0bdead2c3e660 (patch)
tree60bfa0a66622c0f4f8e166b4288459dc08291c41 /Help
parent07254a8166f7f45d284b0982c59b185037d21bc1 (diff)
downloadCMake-89bb34d3499efd0ae78324d53ca0bdead2c3e660.zip
CMake-89bb34d3499efd0ae78324d53ca0bdead2c3e660.tar.gz
CMake-89bb34d3499efd0ae78324d53ca0bdead2c3e660.tar.bz2
Help: Add 3.1 release notes for INSTALL property scope
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.1.0.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst
index 65aae00..c6a9717 100644
--- a/Help/release/3.1.0.rst
+++ b/Help/release/3.1.0.rst
@@ -69,9 +69,15 @@ Commands
:variable:`CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY`
variables to skip searching the package registries.
+* The :command:`get_property` command learned a new ``INSTALL`` scope
+ for properties.
+
* The :command:`install` command learned a ``MESSAGE_NEVER`` option
to avoid output during installation.
+* The :command:`set_property` command learned a new ``INSTALL`` scope
+ for properties.
+
* The :command:`string` command learned a new ``GENEX_STRIP`` subcommand
which removes
:manual:`generator expression <cmake-generator-expressions(7)>`.