CMAKE_LANG_SIMULATE_ID.rst 428 B

12345678910111213
  1. CMAKE_<LANG>_SIMULATE_ID
  2. ------------------------
  3. Identification string of the "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.
  8. .. note::
  9. In other words, this variable describes the ABI compatibility
  10. of the generated code.