CMAKE_LANG_COMPILER_ID.rst 1.2 KB

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