mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
3bb707f0a1
Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
10 lines
332 B
ReStructuredText
10 lines
332 B
ReStructuredText
CMAKE_<LANG>_SIMULATE_VERSION
|
|
-----------------------------
|
|
|
|
Version string of "simulated" compiler.
|
|
|
|
Some compilers simulate other compilers to serve as drop-in
|
|
replacements. When CMake detects such a compiler it sets this
|
|
variable to what would have been the :variable:`CMAKE_<LANG>_COMPILER_VERSION`
|
|
for the simulated compiler.
|