diff options
author | Brad King <brad.king@kitware.com> | 2023-10-11 14:28:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-10-11 14:28:13 (GMT) |
commit | 9872909f995ae5565ec3578893338b481359bb1d (patch) | |
tree | d51f41c44447c8ab91c25464ad2fc28b7a850b38 | |
parent | 346c1e5d5768b2fffa0b8b685078fbf921c6a13c (diff) | |
parent | 5bbc9055c021aeff799243833ddbd3e87f62eff3 (diff) | |
download | CMake-9872909f995ae5565ec3578893338b481359bb1d.zip CMake-9872909f995ae5565ec3578893338b481359bb1d.tar.gz CMake-9872909f995ae5565ec3578893338b481359bb1d.tar.bz2 |
Merge topic 'doc-typo' into release-3.28
5bbc9055c0 Help: Fix typo in COMPATIBLE_INTERFACE_NUMBER_MIN
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8867
-rw-r--r-- | Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst b/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst index d5fd825..9255d8e 100644 --- a/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst +++ b/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst @@ -1,7 +1,7 @@ COMPATIBLE_INTERFACE_NUMBER_MIN ------------------------------- -Properties whose maximum value from the link interface will be used. +Properties whose minimum value from the link interface will be used. The ``COMPATIBLE_INTERFACE_NUMBER_MIN`` property may contain a list of properties for this target whose minimum value may be read at generate |