diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 13:57:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-01 13:57:32 (GMT) |
commit | 2a92231630b6aee671c7f4e8b64f69cfd172b9e3 (patch) | |
tree | c75c6a5b3bf345b6f7ef438e287aaa60f2b94ed2 /Help/release | |
parent | 8b5591f93ed85c6f84f2b4c076be98c57b871d1c (diff) | |
parent | 89bb34d3499efd0ae78324d53ca0bdead2c3e660 (diff) | |
download | CMake-2a92231630b6aee671c7f4e8b64f69cfd172b9e3.zip CMake-2a92231630b6aee671c7f4e8b64f69cfd172b9e3.tar.gz CMake-2a92231630b6aee671c7f4e8b64f69cfd172b9e3.tar.bz2 |
Merge topic 'doc-installed-file-property'
89bb34d3 Help: Add 3.1 release notes for INSTALL property scope
07254a81 Help: Document installed file property API
a1aceb25 Help: Format set_property and get_property command docs
Diffstat (limited to 'Help/release')
-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)>`. |