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

set(_compiler_id_pp_test "defined(__PGI)")

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