summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2019-11-11 15:10:19 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2019-11-11 15:10:19 (GMT)
commit665954fa8d2d2e0a74aab78b7d739c0feae5211b (patch)
tree3ed80776c08b9f2a3e9b000814e8328980ab338c /Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst
parentadf863f15e348789e4d20e3d2dd792f35d4f4725 (diff)
downloadCMake-665954fa8d2d2e0a74aab78b7d739c0feae5211b.zip
CMake-665954fa8d2d2e0a74aab78b7d739c0feae5211b.tar.gz
CMake-665954fa8d2d2e0a74aab78b7d739c0feae5211b.tar.bz2
ObjC: Document ObjC/ObjCXX standard properties / variables
Fixes: #19919
Diffstat (limited to 'Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst')
-rw-r--r--Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst b/Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst
new file mode 100644
index 0000000..5c02096
--- /dev/null
+++ b/Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst
@@ -0,0 +1,11 @@
+CMAKE_OBJC_STANDARD_REQUIRED
+----------------------------
+
+Default value for :prop_tgt:`OBJC_STANDARD_REQUIRED` property of targets.
+
+This variable is used to initialize the :prop_tgt:`OBJC_STANDARD_REQUIRED`
+property on all targets. See that target property for additional
+information.
+
+See the :manual:`cmake-compile-features(7)` manual for information on
+compile features and a list of supported compilers.