summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/PGI-DetermineCompiler.cmake
blob: 6647f1507ba3ebfd1b6a102b1fdb99cae3fac7af (plain)
1
2
3
4
5
6
7
8
9

set(_compiler_id_pp_test "defined(__PGI)")

set(_compiler_id_version_compute "
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif")