cmake/Help/variable/MSVC_IDE.rst

15 lines
432 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
MSVC_IDE
--------
2015-11-17 17:22:37 +01:00
``True`` when using the Microsoft Visual C++ IDE.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
Set to ``true`` when the target platform is the Microsoft Visual C++ IDE, as
2014-08-03 19:52:23 +02:00
opposed to the command line compiler.
2021-09-14 00:13:48 +02:00
.. note::
This variable is only available after compiler detection has been performed,
so it is not available to toolchain files or before the first
:command:`project` or :command:`enable_language` call which uses an
MSVC-like compiler.