cmake/Help/variable/CMAKE_LANG_COMPILER_LOADED.rst

8 lines
227 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_<LANG>_COMPILER_LOADED
----------------------------
Defined to true if the language is enabled.
2015-11-17 17:22:37 +01:00
When language ``<LANG>`` is enabled by :command:`project` or
:command:`enable_language` this variable is defined to ``1``.