diff options
author | Brad King <brad.king@kitware.com> | 2019-04-05 12:12:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-05 12:18:14 (GMT) |
commit | 2024327746747989f47dec3859e2ca4bc66267c3 (patch) | |
tree | 6f89fdd6e77a616d0044fb37cc43b815cadee152 /Help | |
parent | 56abc31270cbe60845021107383f1cede0ed075e (diff) | |
download | CMake-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.rst | 2 |
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 |