diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2019-11-11 15:10:19 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2019-11-11 15:10:19 (GMT) |
commit | 665954fa8d2d2e0a74aab78b7d739c0feae5211b (patch) | |
tree | 3ed80776c08b9f2a3e9b000814e8328980ab338c /Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst | |
parent | adf863f15e348789e4d20e3d2dd792f35d4f4725 (diff) | |
download | CMake-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.rst | 11 |
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. |