mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
711031df7c
Fixes: #23526
8 lines
199 B
ReStructuredText
8 lines
199 B
ReStructuredText
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.
|