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
+1
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
@@ -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.