diff options
author | Brad King <brad.king@kitware.com> | 2022-01-21 15:02:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-01-21 15:02:33 (GMT) |
commit | 91de0ff599ded1aee72c3ff211ee0b5bea5bc8fc (patch) | |
tree | 82114fa5530d338b277467a78bb5823acaaab608 | |
parent | b23f57f30732c4874f5b9e506be41b9f9817392b (diff) | |
parent | b7cd51d18acc44d244e0989882808cc4babc2554 (diff) | |
download | CMake-91de0ff599ded1aee72c3ff211ee0b5bea5bc8fc.zip CMake-91de0ff599ded1aee72c3ff211ee0b5bea5bc8fc.tar.gz CMake-91de0ff599ded1aee72c3ff211ee0b5bea5bc8fc.tar.bz2 |
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
-rw-r--r-- | Help/command/define_property.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/define_property.rst b/Help/command/define_property.rst index 3bd958e..cd75dea 100644 --- a/Help/command/define_property.rst +++ b/Help/command/define_property.rst @@ -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 |