blob: 4b799c0d3206ec4ef23317dd36a647ab20122cd6 (
plain)
1
2
3
4
5
6
7
|
CMAKE_COMPILER_IS_GNUCC
-----------------------
True if the ``C`` compiler is GNU.
This variable is deprecated. Use
:variable:`CMAKE_C_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead.
|