diff options
author | Brad King <brad.king@kitware.com> | 2014-06-05 18:50:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-05 18:50:59 (GMT) |
commit | 559ae1890188e3561424bfdb4b933d8aa442fa9f (patch) | |
tree | 685898f7117c19d75f03827b05bb9987d75e0022 /Help/variable/CMAKE_LANG_COMPILER_ID.rst | |
parent | 5b7fa0e75e5d300ee9a563d998f1d728feb4061c (diff) | |
download | CMake-559ae1890188e3561424bfdb4b933d8aa442fa9f.zip CMake-559ae1890188e3561424bfdb4b933d8aa442fa9f.tar.gz CMake-559ae1890188e3561424bfdb4b933d8aa442fa9f.tar.bz2 |
Help: Add notes about new OpenWatcom compiler id and versioning
Diffstat (limited to 'Help/variable/CMAKE_LANG_COMPILER_ID.rst')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index cf9c386..f554f4e 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -20,13 +20,13 @@ include: Intel = Intel Compiler (intel.com) MIPSpro = SGI MIPSpro (sgi.com) MSVC = Microsoft Visual Studio (microsoft.com) + OpenWatcom = Open Watcom (openwatcom.org) PGI = The Portland Group (pgroup.com) PathScale = PathScale (pathscale.com) SDCC = Small Device C Compiler (sdcc.sourceforge.net) SunPro = Oracle Solaris Studio (oracle.com) TI = Texas Instruments (ti.com) TinyCC = Tiny C Compiler (tinycc.org) - Watcom = Open Watcom (openwatcom.org) XL, VisualAge, zOS = IBM XL (ibm.com) This variable is not guaranteed to be defined for all compilers or |