mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 18:00:09 -06:00
Merge topic 'define-property-optional-args-documentation'
b7cd51d18a Help: Note the version in which define_property() arguments became optional
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6884
This commit is contained in:
@@ -59,6 +59,10 @@ associated with the property as its brief and full documentation.
|
||||
Corresponding options to the :command:`get_property` command will retrieve
|
||||
the documentation.
|
||||
|
||||
.. versionchanged:: 3.23
|
||||
|
||||
The ``BRIEF_DOCS`` and ``FULL_DOCS`` options are optional.
|
||||
|
||||
The ``INITIALIZE_FROM_VARIABLE`` option is followed by the name of a variable
|
||||
from which to initialize the property. The variable name must end with the
|
||||
property name, must have a prefix before the property name, and must not begin
|
||||
|
||||
Reference in New Issue
Block a user