mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
CompilerID: Compiler extensions default detection
This commit is contained in:
@@ -553,6 +553,7 @@ Variables for Languages
|
||||
/variable/CMAKE_LANG_CREATE_SHARED_MODULE
|
||||
/variable/CMAKE_LANG_CREATE_STATIC_LIBRARY
|
||||
/variable/CMAKE_LANG_EXTENSIONS
|
||||
/variable/CMAKE_LANG_EXTENSIONS_DEFAULT
|
||||
/variable/CMAKE_LANG_FLAGS
|
||||
/variable/CMAKE_LANG_FLAGS_CONFIG
|
||||
/variable/CMAKE_LANG_FLAGS_CONFIG_INIT
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
CMAKE_<LANG>_EXTENSIONS_DEFAULT
|
||||
-------------------------------
|
||||
|
||||
.. versionadded:: 3.22
|
||||
|
||||
Default value used when the :prop_tgt:`<LANG>_EXTENSIONS` target property is
|
||||
not set. Initialized during compiler detection to the compiler's default.
|
||||
Reference in New Issue
Block a user