From 96eb97f89e1dc3cb843fb5f50c7d48dc9fa0516b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 20 May 2014 16:44:06 +0200 Subject: [PATCH] Help: Fix whitespace in doc link. --- Help/command/add_compile_options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/add_compile_options.rst b/Help/command/add_compile_options.rst index 5d71e1124..214f4bef3 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 ` and -:prop_tgt:` target ` ``COMPILE_OPTIONS`` properties. +:prop_tgt:`target ` ``COMPILE_OPTIONS`` properties. Arguments to ``add_compile_options`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`