blob: 29069d2f9437862bf0b5a6509c2ff7e2ce488944 (
plain)
1
2
3
4
5
6
7
|
CMAKE_COMPILER_IS_GNUCXX
------------------------
True if the C++ (``CXX``) compiler is GNU.
This variable is deprecated. Use
:variable:`CMAKE_CXX_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead.
|