summaryrefslogtreecommitdiff
path: root/Modules/CheckLinkerFlag.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CheckLinkerFlag: rely now on internal implementationMarc Chevrier2022-01-141-47/+2
| | | | | This internal implementation share the configuration with CheckCompilerFlag.
* CheckLinkerFlag: Set policies needed by the implementationThomas Dickerson2021-11-041-0/+6
| | | | | | | The module was added in CMake 3.18 by commit af96c0f4fa (CheckLinkerFlag: Add module to check validity of linker flags, 2020-05-16, v3.18.0-rc1~103^2), but it is still possible for projects to use it without setting policies to the 3.18 version level.
* HIP: Add HIP to all the Check* modulesRobert Maynard2021-06-071-0/+2
|
* Help: Cleanup typos and grammar for the 3.19 releaseCraig Scott2020-10-241-9/+6
|
* CUDA: CheckLinkerFlag now supports CUDARobert Maynard2020-10-081-0/+2
|
* CheckSoureCompiles: Add a unified way to check if a source compilesRobert Maynard2020-09-231-2/+2
|
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* CheckLinkerFlag: Add module to check validity of linker flagsMarc Chevrier2020-05-251-0/+81
Fixes: #15934