https://github.com/Kitware/CMake
Raw File
Tip revision: 0932b1c2b29f4ad1228fa71bf4f5c089474d9882 authored by Brad King on 16 December 2020, 12:35:29 UTC
CMake 3.19.2
Tip revision: 0932b1c
CMAKE_LANG_COMPILER_ARCHITECTURE_ID.rst
CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID
-------------------------------------

.. versionadded:: 3.10

An internal variable subject to change.

This is used to identify the variant of a compiler based on its target
architecture.  For some compilers this is needed to determine the correct
usage.
back to top