1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Document CMAKE_<LANG>_STANDARD_DEFAULT

Seems to be stable and will referred to by policy for standards flags rework.
This commit is contained in:
Raul Tambre
2021-08-15 13:52:42 +03:00
parent a65bee4cfc
commit 00055d7779
2 changed files with 8 additions and 0 deletions

View File

@@ -582,6 +582,7 @@ Variables for Languages
/variable/CMAKE_LANG_SIZEOF_DATA_PTR
/variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS
/variable/CMAKE_LANG_STANDARD
/variable/CMAKE_LANG_STANDARD_DEFAULT
/variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES
/variable/CMAKE_LANG_STANDARD_LIBRARIES
/variable/CMAKE_LANG_STANDARD_REQUIRED

View File

@@ -0,0 +1,7 @@
CMAKE_<LANG>_STANDARD_DEFAULT
-----------------------------
.. versionadded:: 3.9
The compiler's default standard for the language ``<LANG>``. Empty if the
compiler has no conception of standard levels.