mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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.
3 lines
56 B
CMake
3 lines
56 B
CMake
include(Platform/Windows-PGI)
|
|
__windows_compiler_pgi(C)
|