mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Help/OBJC_STANDARD: Document Objective C17 and C23 support
This was missed in * commit93b7d3d292
(C17 support, 2021-02-06, v3.21.0-rc1~587^2~10) * commitdcd599757f
(C23 support, 2021-02-06, v3.21.0-rc1~587^2~9) Fixes: #25746
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user