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:
@@ -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
|
||||
|
7
Help/variable/CMAKE_LANG_STANDARD_DEFAULT.rst
Normal file
7
Help/variable/CMAKE_LANG_STANDARD_DEFAULT.rst
Normal 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.
|
Reference in New Issue
Block a user