diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 13:49:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-01 13:49:13 (GMT) |
commit | 5445a99d1af24200325721bbc98a6d65079faef8 (patch) | |
tree | 758ee9e5b0f8943b4b21ae288fc153a8ed5589f6 /Help/release/3.1.0.rst | |
parent | bde103afe05cfc270c1d81d8cdccf74023088e3e (diff) | |
parent | 89bb34d3499efd0ae78324d53ca0bdead2c3e660 (diff) | |
download | CMake-5445a99d1af24200325721bbc98a6d65079faef8.zip CMake-5445a99d1af24200325721bbc98a6d65079faef8.tar.gz CMake-5445a99d1af24200325721bbc98a6d65079faef8.tar.bz2 |
Merge branch 'doc-installed-file-property' into release
Diffstat (limited to 'Help/release/3.1.0.rst')
-rw-r--r-- | Help/release/3.1.0.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst index 101c29d..d6921c4 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)>`. |