summaryrefslogtreecommitdiffstats
path: root/Help/command/add_compile_options.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-05-20 14:44:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-05-20 14:44:06 (GMT)
commit96eb97f89e1dc3cb843fb5f50c7d48dc9fa0516b (patch)
treee3eaf66e0098a56ffd3170767551f14f774bee76 /Help/command/add_compile_options.rst
parent0dffbb93def3bd7922da7bd38ba9f8d19c49da17 (diff)
downloadCMake-96eb97f89e1dc3cb843fb5f50c7d48dc9fa0516b.zip
CMake-96eb97f89e1dc3cb843fb5f50c7d48dc9fa0516b.tar.gz
CMake-96eb97f89e1dc3cb843fb5f50c7d48dc9fa0516b.tar.bz2
Help: Fix whitespace in doc link.
Diffstat (limited to 'Help/command/add_compile_options.rst')
-rw-r--r--Help/command/add_compile_options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_compile_options.rst b/Help/command/add_compile_options.rst
index 5d71e11..214f4be 100644
--- a/Help/command/add_compile_options.rst
+++ b/Help/command/add_compile_options.rst
@@ -14,7 +14,7 @@ alternative commands exist to add preprocessor definitions
include directories (:command:`target_include_directories` and
:command:`include_directories`). See documentation of the
:prop_tgt:`directory <COMPILE_OPTIONS>` and
-:prop_tgt:` target <COMPILE_OPTIONS>` ``COMPILE_OPTIONS`` properties.
+:prop_tgt:`target <COMPILE_OPTIONS>` ``COMPILE_OPTIONS`` properties.
Arguments to ``add_compile_options`` may use "generator expressions" with
the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`