mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
e9976c8827
Explain that this represents the compiler's default and mustn't be modified by the user. Clarify when it's used as the default. Additionally: * Add a reference to it in cmake-compile-features in text explaining the feature. * Add explanations for the default initialization by `CMAKE_<LANG>_EXTENSIONS_DEFAULT` to all `<LANG>_EXTENSIONS` pages and references to CMP0128. * Slightly reduce the wordiness of the default initialization explanations by removing an unnecessary "it is". Fixes #22828.
11 lines
342 B
ReStructuredText
11 lines
342 B
ReStructuredText
CMAKE_<LANG>_EXTENSIONS_DEFAULT
|
|
-------------------------------
|
|
|
|
.. versionadded:: 3.22
|
|
|
|
Compiler's default extensions mode. Used as the default for the
|
|
:prop_tgt:`<LANG>_EXTENSIONS` target property when
|
|
:variable:`CMAKE_<LANG>_EXTENSIONS` is not set (see :policy:`CMP0128`).
|
|
|
|
This variable is read-only. Modifying it is undefined behavior.
|