diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2022-08-19 20:17:30 (GMT) |
---|---|---|
committer | Robert Maynard <rmaynard@nvidia.com> | 2022-08-31 17:46:18 (GMT) |
commit | f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6 (patch) | |
tree | e8b7486d10288e5f7f47db580b24d0fcfb92c47b /Help/prop_tgt/OBJCXX_STANDARD.rst | |
parent | 7b9757e50715ab6abc08e7005c66565f5c965de3 (diff) | |
download | CMake-f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6.zip CMake-f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6.tar.gz CMake-f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6.tar.bz2 |
CMake: Support upcoming C++26 language level
Diffstat (limited to 'Help/prop_tgt/OBJCXX_STANDARD.rst')
-rw-r--r-- | Help/prop_tgt/OBJCXX_STANDARD.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_tgt/OBJCXX_STANDARD.rst b/Help/prop_tgt/OBJCXX_STANDARD.rst index 654e687..6ac8216 100644 --- a/Help/prop_tgt/OBJCXX_STANDARD.rst +++ b/Help/prop_tgt/OBJCXX_STANDARD.rst @@ -31,6 +31,12 @@ Supported values are: Objective C++23 +``26`` + .. versionadded:: 3.25 + + Objective C++26. CMake 3.25 and later *recognize* ``26`` as a valid value, + no version has support for any compiler. + 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: |