summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/OBJC_STANDARD.rst
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-18 10:37:04 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-18 14:09:32 -0500
commitc36910476a9c41c22b0abaa028b0dd2a8f7d7e40 (patch)
treee0292c03ed1ef3fa2e730fab28633473ba44cbcf /Help/prop_tgt/OBJC_STANDARD.rst
parent391c53a851eaffae40b210c3cdefd31d86b45f90 (diff)
downloadcmake-c36910476a9c41c22b0abaa028b0dd2a8f7d7e40.tar.gz
Help: remove links from pages to themselves
At least the top-reference links. Internal `:ref:` usages have been left intact.
Diffstat (limited to 'Help/prop_tgt/OBJC_STANDARD.rst')
-rw-r--r--Help/prop_tgt/OBJC_STANDARD.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/OBJC_STANDARD.rst b/Help/prop_tgt/OBJC_STANDARD.rst
index 2d27bcf000..0609239f5a 100644
--- a/Help/prop_tgt/OBJC_STANDARD.rst
+++ b/Help/prop_tgt/OBJC_STANDARD.rst
@@ -36,7 +36,7 @@ Additionally, the :prop_tgt:`OBJC_EXTENSIONS` target property may be used to
control whether compiler-specific extensions are enabled on a per-target basis.
If the property is not set, and the project has set the :prop_tgt:`C_STANDARD`,
-the value of :prop_tgt:`C_STANDARD` is set for :prop_tgt:`OBJC_STANDARD`.
+the value of :prop_tgt:`C_STANDARD` is set for ``OBJC_STANDARD``.
See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.