diff options
author | Brad King <brad.king@kitware.com> | 2017-10-04 11:05:46 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-10-04 11:07:09 (GMT) |
commit | b320eb48f32f082dfa88bb0e958770a1feff30b1 (patch) | |
tree | cdeae0cb5e01781788cebf446327a20c68070f10 /Help/variable | |
parent | 8b5539d1c27145a5b71d551c12fabe273a5f93dc (diff) | |
parent | 1bdb8cd24782173e22946643eb3bbfed2e6b9dc8 (diff) | |
download | CMake-b320eb48f32f082dfa88bb0e958770a1feff30b1.zip CMake-b320eb48f32f082dfa88bb0e958770a1feff30b1.tar.gz CMake-b320eb48f32f082dfa88bb0e958770a1feff30b1.tar.bz2 |
Merge topic 'compiler-version-internal'
1bdb8cd2 IAR: Detect compiler platform version
b96ca728 Add infrastructure to detect secondary compiler version information
f952f16d Help: Fix placement of one variable in cmake-variables manual
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1324
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst b/Help/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst new file mode 100644 index 0000000..c3cd980 --- /dev/null +++ b/Help/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst @@ -0,0 +1,8 @@ +CMAKE_<LANG>_COMPILER_VERSION_INTERNAL +-------------------------------------- + +An internal variable subject to change. + +This is used to identify the variant of a compiler based on an internal +version number. For some compilers this is needed to determine the +correct usage. |