From ffb54e2350035b7d1cb7f11f89a998307ee3d8bf Mon Sep 17 00:00:00 2001 From: Deniz Bahadir Date: Tue, 12 Oct 2021 18:01:50 +0200 Subject: Help: Add more documentation for CMAKE__SIMULATE_ID Signed-off-by: Deniz Bahadir --- Help/variable/CMAKE_LANG_SIMULATE_ID.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Help/variable/CMAKE_LANG_SIMULATE_ID.rst b/Help/variable/CMAKE_LANG_SIMULATE_ID.rst index 15c87a1..3226352 100644 --- a/Help/variable/CMAKE_LANG_SIMULATE_ID.rst +++ b/Help/variable/CMAKE_LANG_SIMULATE_ID.rst @@ -1,9 +1,13 @@ CMAKE__SIMULATE_ID ------------------------ -Identification string of "simulated" compiler. +Identification string of the "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__COMPILER_ID` for the simulated compiler. + +.. note:: + In other words, this variable describes the ABI compatibility + of the generated code. -- cgit v0.12