CMAKE_LANG_COMPILER_ID.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. CMAKE_<LANG>_COMPILER_ID
  2. ------------------------
  3. Compiler identification string.
  4. A short string unique to the compiler vendor. Possible values
  5. include:
  6. ::
  7. Absoft = Absoft Fortran (absoft.com)
  8. ADSP = Analog VisualDSP++ (analog.com)
  9. AppleClang = Apple Clang (apple.com)
  10. CCur = Concurrent Fortran (ccur.com)
  11. Clang = LLVM Clang (clang.llvm.org)
  12. Cray = Cray Compiler (cray.com)
  13. Embarcadero, Borland = Embarcadero (embarcadero.com)
  14. G95 = G95 Fortran (g95.org)
  15. GNU = GNU Compiler Collection (gcc.gnu.org)
  16. HP = Hewlett-Packard Compiler (hp.com)
  17. Intel = Intel Compiler (intel.com)
  18. MIPSpro = SGI MIPSpro (sgi.com)
  19. MSVC = Microsoft Visual Studio (microsoft.com)
  20. OpenWatcom = Open Watcom (openwatcom.org)
  21. PGI = The Portland Group (pgroup.com)
  22. PathScale = PathScale (pathscale.com)
  23. SDCC = Small Device C Compiler (sdcc.sourceforge.net)
  24. SunPro = Oracle Solaris Studio (oracle.com)
  25. TI = Texas Instruments (ti.com)
  26. TinyCC = Tiny C Compiler (tinycc.org)
  27. XL, VisualAge, zOS = IBM XL (ibm.com)
  28. This variable is not guaranteed to be defined for all compilers or
  29. languages.