summaryrefslogtreecommitdiff
path: root/Modules/Compiler/PGI.cmake
diff options
context:
space:
mode:
authorChuck Atkins <chuck.atkins@kitware.com>2017-05-01 09:20:22 -0400
committerChuck Atkins <chuck.atkins@kitware.com>2017-05-01 15:15:30 -0400
commit9b97cb5562317ecb6fe65e6185eb6fda2b0ad7d7 (patch)
treeab279cc2f85a2d7f9b8de21439baa51a652b3fd5 /Modules/Compiler/PGI.cmake
parentdaae564d87044950edece389f09bde423e6ad867 (diff)
downloadcmake-9b97cb5562317ecb6fe65e6185eb6fda2b0ad7d7.tar.gz
PGI: Add language standards for PGI
Diffstat (limited to 'Modules/Compiler/PGI.cmake')
-rw-r--r--Modules/Compiler/PGI.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/PGI.cmake b/Modules/Compiler/PGI.cmake
index cc76deb879..bdabebaeb4 100644
--- a/Modules/Compiler/PGI.cmake
+++ b/Modules/Compiler/PGI.cmake
@@ -8,6 +8,8 @@ if(__COMPILER_PGI)
endif()
set(__COMPILER_PGI 1)
+include(Compiler/CMakeCommonCompilerMacros)
+
macro(__compiler_pgi lang)
# Feature flags.
set(CMAKE_${lang}_VERBOSE_FLAG "-v")