1MSVC_IDE
2--------
3
4``True`` when using the Microsoft Visual C++ IDE.
5
6Set to ``true`` when the target platform is the Microsoft Visual C++ IDE, as
7opposed to the command line compiler.
8
9.. note::
10
11  This variable is only available after compiler detection has been performed,
12  so it is not available to toolchain files or before the first
13  :command:`project` or :command:`enable_language` call which uses an
14  MSVC-like compiler.
15