Files
CMake/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst
Kitware Robot 496ec6036f Help: Add Sphinx 'versionadded' directives to each top-level document
Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.

Issue: #19715
2020-07-06 10:23:20 -04:00

8 lines
179 B
ReStructuredText

CMAKE_COMPILER_IS_GNUCC
-----------------------
.. versionadded:: 3.7
True if the ``C`` compiler is GNU.
Use :variable:`CMAKE_C_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead.