diff options
author | Brad King <brad.king@kitware.com> | 2020-06-08 12:10:09 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-06-08 12:10:15 (GMT) |
commit | d1f30ccab5adc69a29fe1978d95157ea41ce508d (patch) | |
tree | 2b03925790a4003a08e95590fe3e11f4e69fe52e | |
parent | 019ff154b95df3c31d45e520f0973cb4bb701b92 (diff) | |
parent | f859e6f812bf711b85a810491c8149912fe49d0b (diff) | |
download | CMake-d1f30ccab5adc69a29fe1978d95157ea41ce508d.zip CMake-d1f30ccab5adc69a29fe1978d95157ea41ce508d.tar.gz CMake-d1f30ccab5adc69a29fe1978d95157ea41ce508d.tar.bz2 |
Merge topic 'cpack_typo' into release-3.18
f859e6f812 CPack/IFW: Fix documentation typo: REQUARED
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4862
-rw-r--r-- | Modules/CPackIFW.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake index f58f9ef..9bf0049 100644 --- a/Modules/CPackIFW.cmake +++ b/Modules/CPackIFW.cmake @@ -59,7 +59,7 @@ The module defines the following commands: ``FORCED_INSTALLATION`` if set, then the component must always be installed. - It is a equivalent of the ``REQUARED`` option from the + It is a equivalent of the ``REQUIRED`` option from the :command:`cpack_add_component` command. ``REQUIRES_ADMIN_RIGHTS`` |