diff options
author | Brad King <brad.king@kitware.com> | 2022-08-08 13:39:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-08 13:39:41 (GMT) |
commit | ed86192cd8f9edee1abdcd5de48089ad9f3b140b (patch) | |
tree | d65d4687f417526faffb62fe7e7460d1ee18136b /Help/cpack_gen | |
parent | 33d2491449bfbcee19e1c5d6d181b26f041cbd02 (diff) | |
parent | a6abdf6c8fdb8edf240198724a3191296f05a292 (diff) | |
download | CMake-ed86192cd8f9edee1abdcd5de48089ad9f3b140b.zip CMake-ed86192cd8f9edee1abdcd5de48089ad9f3b140b.tar.gz CMake-ed86192cd8f9edee1abdcd5de48089ad9f3b140b.tar.bz2 |
Merge topic 'doc-markup-program-options'
a6abdf6c8f Help: Consistent options declaration -- short first, then long
f4563f05db Help: Value for `--graphviz=` option actually is mandatory
04843d743e Help: Replace a bunch of more ``--option`` to `:option:` role
09446266ee Help: Replace mentions of ``-D`` option with :option:`-D` role
b57f27b087 Help: Replace mentions of ``-T`` and ``-A`` options with role
d25b232dee Help: Replace mentions of ``-G`` option with :option:`-G` role
63940e1cab Help: Replace mentions of ``-C`` option with :option:`-C` role
183a49cbfe Help: Replace mentions of ``-S`` option with :option:`-S` role
...
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7544
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/external.rst | 4 | ||||
-rw-r--r-- | Help/cpack_gen/rpm.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Help/cpack_gen/external.rst b/Help/cpack_gen/external.rst index 4c083f0..b511319 100644 --- a/Help/cpack_gen/external.rst +++ b/Help/cpack_gen/external.rst @@ -207,8 +207,8 @@ following fields in the root: set. ``buildConfig`` - The build configuration given to CPack with the ``-C`` option. Only present - if this option is set. + The build configuration given to CPack with the :option:`cpack -C` option. + Only present if this option is set. ``defaultDirectoryPermissions`` The default directory permissions given in diff --git a/Help/cpack_gen/rpm.rst b/Help/cpack_gen/rpm.rst index 0d287fc..13b7255 100644 --- a/Help/cpack_gen/rpm.rst +++ b/Help/cpack_gen/rpm.rst @@ -972,7 +972,7 @@ For CMake projects SRPM package would be produced by executing:: Produced SRPM package is expected to be built with :manual:`cmake(1)` executable and packaged with :manual:`cpack(1)` executable so CMakeLists.txt has to be located in root source directory and must be able to generate binary rpm - packages by executing ``cpack -G`` command. The two executables as well as + packages by executing :option:`cpack -G` command. The two executables as well as rpmbuild must also be present when generating binary rpm packages from the produced SRPM package. |