summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2017-11-19 01:15:04 (GMT)
committerCraig Scott <craig.scott@crascit.com>2017-11-19 01:15:04 (GMT)
commit87a0b54a05cbd1de1db16c88e6a79788735c64a6 (patch)
treefe2ec6b374a52eb1090485e6ea80319fc7d54724 /Help
parent9c4a74559d291e194563c80404a1c432c3ba9d01 (diff)
downloadCMake-87a0b54a05cbd1de1db16c88e6a79788735c64a6.zip
CMake-87a0b54a05cbd1de1db16c88e6a79788735c64a6.tar.gz
CMake-87a0b54a05cbd1de1db16c88e6a79788735c64a6.tar.bz2
Help: Fix cross-reference in COMPILE_FLAGS target property docs
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/COMPILE_FLAGS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/COMPILE_FLAGS.rst b/Help/prop_tgt/COMPILE_FLAGS.rst
index 1a5389e..8fe651b 100644
--- a/Help/prop_tgt/COMPILE_FLAGS.rst
+++ b/Help/prop_tgt/COMPILE_FLAGS.rst
@@ -8,4 +8,4 @@ build sources within the target. Use :prop_tgt:`COMPILE_DEFINITIONS`
to pass additional preprocessor definitions.
This property is deprecated. Use the :prop_tgt:`COMPILE_OPTIONS`
-property or the command:`target_compile_options` command instead.
+property or the :command:`target_compile_options` command instead.