summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2024-04-15 18:18:21 +0300
committerBrad King <brad.king@kitware.com>2024-04-16 15:24:20 -0400
commit84f1eb64f390c17b1fd3a577adc4f0089821d8d3 (patch)
treef307e3ebe2cadab213884fe657d7806d9d008adf
parentd3190d6a730207a56ef2144566468975167a811e (diff)
downloadcmake-84f1eb64f390c17b1fd3a577adc4f0089821d8d3.tar.gz
Help/OBJC_STANDARD: Document Objective C17 and C23 support
This was missed in * commit 93b7d3d292 (C17 support, 2021-02-06, v3.21.0-rc1~587^2~10) * commit dcd599757f (C23 support, 2021-02-06, v3.21.0-rc1~587^2~9) Fixes: #25746
-rw-r--r--Help/prop_tgt/OBJC_STANDARD.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/OBJC_STANDARD.rst b/Help/prop_tgt/OBJC_STANDARD.rst
index 0609239f5a..a3c5653130 100644
--- a/Help/prop_tgt/OBJC_STANDARD.rst
+++ b/Help/prop_tgt/OBJC_STANDARD.rst
@@ -20,6 +20,16 @@ Supported values are:
``11``
Objective C11
+``17``
+ .. versionadded:: 3.21
+
+ Objective C17
+
+``23``
+ .. versionadded:: 3.21
+
+ Objective C23
+
If the value requested does not result in a compile flag being added for
the compiler in use, a previous standard flag will be added instead. This
means that using: