diff options
author | Brad King <brad.king@kitware.com> | 2016-09-14 14:09:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-14 14:09:39 (GMT) |
commit | a6d3f5418c4f2c1bd99272a9fac1cf4e33b1df09 (patch) | |
tree | 342051ace17be13587ba90413710e322d78d8064 /Help/variable/CMAKE_COMPILER_IS_GNUCC.rst | |
parent | ea69e03afaeff76d2141ab4a330f3489297a3a41 (diff) | |
download | CMake-a6d3f5418c4f2c1bd99272a9fac1cf4e33b1df09.zip CMake-a6d3f5418c4f2c1bd99272a9fac1cf4e33b1df09.tar.gz CMake-a6d3f5418c4f2c1bd99272a9fac1cf4e33b1df09.tar.bz2 |
Help: Clarify documentation of CMAKE_COMPILER_IS_GNU{CC,CXX,G77}
Closes: #16308
Diffstat (limited to 'Help/variable/CMAKE_COMPILER_IS_GNUCC.rst')
-rw-r--r-- | Help/variable/CMAKE_COMPILER_IS_GNUCC.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst b/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst new file mode 100644 index 0000000..a40667e --- /dev/null +++ b/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst @@ -0,0 +1,5 @@ +CMAKE_COMPILER_IS_GNUCC +----------------------- + +True if the ``C`` compiler is GNU. +Use :variable:`CMAKE_C_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. |