mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
c106cb2e2f
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.
3 lines
54 B
CMake
3 lines
54 B
CMake
include(Platform/Linux-PGI)
|
|
__linux_compiler_pgi(CXX)
|