mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 01:22:28 +00:00
b96ca728f1
Create a `CMAKE_<LANG>_COMPILER_VERSION_INTERNAL` variable to hold a secondary/internal compiler version number detected at the same time as the primary compiler version. This will be useful for some compilers where we need such a number to determine correct usage. Inspired-by: Stefan Andersson <tfosm@hotmail.com> Suggested-by: Norbert Lange <norbert.lange@andritz.com> Issue: #17264
9 lines
275 B
ReStructuredText
9 lines
275 B
ReStructuredText
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.
|