mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Merge topic 'doc-ObjC-17-23'
84f1eb64f3 Help/OBJC_STANDARD: Document Objective C17 and C23 support
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Raul Tambre <raul@tambre.ee>
Merge-request: !9439
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