GNU-DetermineCompiler.cmake 331 B

123456789
  1. set(_compiler_id_pp_test "defined(__GNUC__)")
  2. set(_compiler_id_version_compute "
  3. # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
  4. # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
  5. # if defined(__GNUC_PATCHLEVEL__)
  6. # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
  7. # endif")