CMAKE_LANG_COMPILER_ID.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233
  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. Clang = LLVM Clang (clang.llvm.org)
  11. Cray = Cray Compiler (cray.com)
  12. Embarcadero, Borland = Embarcadero (embarcadero.com)
  13. G95 = G95 Fortran (g95.org)
  14. GNU = GNU Compiler Collection (gcc.gnu.org)
  15. HP = Hewlett-Packard Compiler (hp.com)
  16. Intel = Intel Compiler (intel.com)
  17. MIPSpro = SGI MIPSpro (sgi.com)
  18. MSVC = Microsoft Visual Studio (microsoft.com)
  19. PGI = The Portland Group (pgroup.com)
  20. PathScale = PathScale (pathscale.com)
  21. SDCC = Small Device C Compiler (sdcc.sourceforge.net)
  22. SunPro = Oracle Solaris Studio (oracle.com)
  23. TI = Texas Instruments (ti.com)
  24. TinyCC = Tiny C Compiler (tinycc.org)
  25. Watcom = Open Watcom (openwatcom.org)
  26. XL, VisualAge, zOS = IBM XL (ibm.com)
  27. This variable is not guaranteed to be defined for all compilers or
  28. languages.