https://github.com/Kitware/CMake
Raw File
Tip revision: 16fbb8c14245da53f49b0991ad530198262c5f85 authored by Brad King on 29 August 2024, 18:33:54 UTC
CMake 3.29.8
Tip revision: 16fbb8c
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