summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/OBJC_EXTENSIONS.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_EXTENSIONS.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_EXTENSIONS.rst')
-rw-r--r--Help/prop_tgt/OBJC_EXTENSIONS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/OBJC_EXTENSIONS.rst b/Help/prop_tgt/OBJC_EXTENSIONS.rst
index cd72e5fcca..2914045fb4 100644
--- a/Help/prop_tgt/OBJC_EXTENSIONS.rst
+++ b/Help/prop_tgt/OBJC_EXTENSIONS.rst
@@ -12,7 +12,7 @@ property is ``ON`` by default. The basic OBJC standard level is
controlled by the :prop_tgt:`OBJC_STANDARD` target property.
If the property is not set, and the project has set the :prop_tgt:`C_EXTENSIONS`,
-the value of :prop_tgt:`C_EXTENSIONS` is set for :prop_tgt:`OBJC_EXTENSIONS`.
+the value of :prop_tgt:`C_EXTENSIONS` is set for ``OBJC_EXTENSIONS``.
See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.