diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 16:40:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-07 16:41:21 (GMT) |
commit | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (patch) | |
tree | bca362a9deee8b9c5175407957831534d8fa0088 /Help/command/target_compile_options.rst | |
parent | b71399a189616b762e975670e477c6d09813803f (diff) | |
download | CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.zip CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.gz CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.bz2 |
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about
dangling references.
Diffstat (limited to 'Help/command/target_compile_options.rst')
-rw-r--r-- | Help/command/target_compile_options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst index 0fdeba6..3362c5d 100644 --- a/Help/command/target_compile_options.rst +++ b/Help/command/target_compile_options.rst @@ -12,8 +12,8 @@ Add compile options to a target. Specify compile options to use when compiling a given target. The named ``<target>`` must have been created by a command such as :command:`add_executable` or :command:`add_library` and must not be an -:prop_tgt:`IMPORTED Target`. If ``BEFORE`` is specified, the content will -be prepended to the property instead of being appended. +:ref:`IMPORTED Target <Imported Targets>`. If ``BEFORE`` is specified, +the content will be prepended to the property instead of being appended. This command can be used to add any options, but alternative commands exist to add preprocessor definitions |