CMake/Modules/Platform/Windows-PGI-C.cmake
Christian Pfeiffer 4eb15824b3 Windows-PGI: Add platform definitions
PGI on Windows should use the Visual C++ linker and librarian and not
the ar provided for legacy reasons. The compiler parameters themselves
are the same as their Linux parameters and not compatible to MSVC
however.
2017-05-20 20:02:51 +02:00

3 lines
56 B
CMake

include(Platform/Windows-PGI)
__windows_compiler_pgi(C)