GNU-DetermineCompiler.cmake 307 B

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