Add infrastructure to detect secondary compiler version information
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
Please register or sign in to comment