2014-04-22 18:34:47 +04:00
|
|
|
|
|
|
|
set(_compiler_id_pp_test "defined(__GNUC__)")
|
|
|
|
|
|
|
|
set(_compiler_id_version_compute "
|
2014-06-05 15:14:54 +04:00
|
|
|
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
|
2015-08-13 14:33:37 +03:00
|
|
|
# if defined(__GNUC_MINOR__)
|
|
|
|
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
|
|
|
|
# endif
|
2014-04-22 18:34:47 +04:00
|
|
|
# if defined(__GNUC_PATCHLEVEL__)
|
2014-06-05 15:14:54 +04:00
|
|
|
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
|
2014-04-22 18:34:47 +04:00
|
|
|
# endif")
|