CMAKE_LANG_SIMULATE_ID.rst 324 B

123456789
  1. CMAKE_<LANG>_SIMULATE_ID
  2. ------------------------
  3. Identification string of "simulated" compiler.
  4. Some compilers simulate other compilers to serve as drop-in
  5. replacements. When CMake detects such a compiler it sets this
  6. variable to what would have been the :variable:`CMAKE_<LANG>_COMPILER_ID` for
  7. the simulated compiler.