diff options
author | Brad King <brad.king@kitware.com> | 2024-04-17 12:43:06 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-04-17 12:43:16 (GMT) |
commit | 048221add9dc7e000091af971d248aaa422b6606 (patch) | |
tree | 7f0dc0b3072a5df15a1e43cff27e2b5f2cbd55f4 | |
parent | 1340770f64cc5282df76d00d4c6be43d7ee3d37e (diff) | |
parent | 84f1eb64f390c17b1fd3a577adc4f0089821d8d3 (diff) | |
download | CMake-048221add9dc7e000091af971d248aaa422b6606.zip CMake-048221add9dc7e000091af971d248aaa422b6606.tar.gz CMake-048221add9dc7e000091af971d248aaa422b6606.tar.bz2 |
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
-rw-r--r-- | Help/prop_tgt/OBJC_STANDARD.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/OBJC_STANDARD.rst b/Help/prop_tgt/OBJC_STANDARD.rst index 0609239..a3c5653 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: |