https://github.com/Kitware/CMake
Raw File
Tip revision: fae6e8c2cdb5ce6049439f4defd1367b507d1e4b authored by Brad King on 23 March 2023, 13:12:04 UTC
CMake 3.26.1
Tip revision: fae6e8c
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