Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ninja: Add a separate job pool for PCH creation | Dan Johnston | 2020-01-16 | 1 | -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 definitions | Christian Pfeiffer | 2017-05-20 | 1 | -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. |