summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-PGI.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Add a separate job pool for PCH creationDan Johnston2020-01-161-1/+2
| | | | | | | Add a `JOB_POOL_PRECOMPILE_HEADER` target property to specify the pool name, and its associated `CMAKE_JOB_POOL_PRECOMPILE_HEADER` variable. Fixes: #20217
* Windows-PGI: Add platform definitionsChristian Pfeiffer2017-05-201-0/+48
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.