CMAKE_LANG_SIMULATE_VERSION.rst 332 B

123456789
  1. CMAKE_<LANG>_SIMULATE_VERSION
  2. -----------------------------
  3. Version 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_VERSION`
  7. for the simulated compiler.