CMAKE_LANG_COMPILER_VERSION.rst 359 B

123456789101112
  1. CMAKE_<LANG>_COMPILER_VERSION
  2. -----------------------------
  3. Compiler version string.
  4. Compiler version in major[.minor[.patch[.tweak]]] format. This
  5. variable is not guaranteed to be defined for all compilers or
  6. languages.
  7. For example ``CMAKE_C_COMPILER_VERSION`` and
  8. ``CMAKE_CXX_COMPILER_VERSION`` might indicate the respective C and C++
  9. compiler version.