From 89bb34d3499efd0ae78324d53ca0bdead2c3e660 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 26 Nov 2014 17:33:53 -0500 Subject: [PATCH] Help: Add 3.1 release notes for INSTALL property scope --- Help/release/3.1.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst index 65aae000b..c6a971752 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 `.