1CMAKE_<LANG>_SIMULATE_VERSION 2----------------------------- 3 4Version string of "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_VERSION` 9for the simulated compiler. 10