This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
251a1f02a0
CMake
/
Modules
/
Platform
/
Linux-PGI-CXX.cmake
3 lines
54 B
CMake
Raw
Normal View
History
Unescape
Escape
Generalize support for Portland Group Compiler We factor flags from Platform/Linux-PGI-Fortran.cmake into language independent helper modules Compiler/PGI.cmake Platform/Linux-PGI.cmake and invoke the macros from Compiler/PGI-<lang>.cmake Platform/Linux-PGI-<lang>.cmake This enables general support for the PGI compilers.
2009-12-04 18:21:57 +03:00
include
(
Platform/Linux-PGI
)
__linux_compiler_pgi
(
CXX
)