summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-05 12:12:39 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-05 12:18:14 (GMT)
commit2024327746747989f47dec3859e2ca4bc66267c3 (patch)
tree6f89fdd6e77a616d0044fb37cc43b815cadee152 /Help
parent56abc31270cbe60845021107383f1cede0ed075e (diff)
downloadCMake-2024327746747989f47dec3859e2ca4bc66267c3.zip
CMake-2024327746747989f47dec3859e2ca4bc66267c3.tar.gz
CMake-2024327746747989f47dec3859e2ca4bc66267c3.tar.bz2
Help: Remove empty literal block markup in RESOURCE target property
This was added accidentally by commit 456e0fb64f (Help: Improve documentation formating, 2019-04-01).
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