Help: Add 3.1 release notes for INSTALL property scope
This commit is contained in:
parent
07254a8166
commit
89bb34d349
|
@ -69,9 +69,15 @@ Commands
|
||||||
:variable:`CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY`
|
:variable:`CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY`
|
||||||
variables to skip searching the package registries.
|
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
|
* The :command:`install` command learned a ``MESSAGE_NEVER`` option
|
||||||
to avoid output during installation.
|
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
|
* The :command:`string` command learned a new ``GENEX_STRIP`` subcommand
|
||||||
which removes
|
which removes
|
||||||
:manual:`generator expression <cmake-generator-expressions(7)>`.
|
:manual:`generator expression <cmake-generator-expressions(7)>`.
|
||||||
|
|
Loading…
Reference in New Issue