summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-05 12:51:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-05 12:51:25 (GMT)
commitffcb4f7ec5789fb62812b88f3909100a29277e44 (patch)
tree6afd451745232c91ce13e4be7619492b5d11d3fb /Help
parent52fb35bd69ec2fa1a5307695cb22c3f125debf4f (diff)
parenta9b38a17571bca0801594adf85fef59fac51d6ba (diff)
downloadCMake-ffcb4f7ec5789fb62812b88f3909100a29277e44.zip
CMake-ffcb4f7ec5789fb62812b88f3909100a29277e44.tar.gz
CMake-ffcb4f7ec5789fb62812b88f3909100a29277e44.tar.bz2
Merge topic 'rst-bad-markup-block'
a9b38a1757 cmRST: Fix crash on empty markup block 2024327746 Help: Remove empty literal block markup in RESOURCE target property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3197
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/RESOURCE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/RESOURCE.rst b/Help/prop_tgt/RESOURCE.rst
index 6ada637..e5a1cb6 100644
--- a/Help/prop_tgt/RESOURCE.rst
+++ b/Help/prop_tgt/RESOURCE.rst
@@ -11,7 +11,7 @@ directory (eg. ``Resources`` directory for macOS) inside the bundle.
On non-Apple platforms these files may be installed using the ``RESOURCE``
option to the :command:`install(TARGETS)` command.
-Following example of Application Bundle::
+Following example of Application Bundle:
.. code-block:: cmake