summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CheckLinkerFlag/CheckOBJCXXLinkerFlag.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Clarify RunCMake.Check* case namesBrad King2022-10-061-3/+0
| | | | | | Cases for `CheckSource{Compiles,Runs}` and `Check{Compiler,Linker}Flag` cover the modules with the language as a parameter, not the language-specific modules.
* CheckLinkerFlag: Add module to check validity of linker flagsMarc Chevrier2020-05-251-0/+3
Fixes: #15934