mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
In commit f808d8afb9 (CMake: Support upcoming C++26 language level,
2022-08-19, v3.25.0-rc1~218^2) we forgot some necessary scaffolding.
Fixes: #25819
9 lines
326 B
ReStructuredText
9 lines
326 B
ReStructuredText
cxx-26
|
|
------
|
|
|
|
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
|
|
now implements support for the ``cxx_std_26`` and ``cuda_std_26``
|
|
meta-features to indicate that the compiler mode must be at least C++26.
|
|
These meta-features were first documented by CMake 3.25, but were not fully
|
|
implemented.
|