summaryrefslogtreecommitdiffstats
path: root/Modules/CheckLinkerFlag.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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