1CMAKE_<LANG>_SIMULATE_ID 2------------------------ 3 4Identification string of the "simulated" compiler. 5 6Some compilers simulate other compilers to serve as drop-in 7replacements. When CMake detects such a compiler it sets this 8variable to what would have been the :variable:`CMAKE_<LANG>_COMPILER_ID` for 9the simulated compiler. 10 11.. note:: 12 In other words, this variable describes the ABI compatibility 13 of the generated code. 14