summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/CMakeTryCompilerOrLinkerFlag.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Rename Internal/CMake{CheckCompiler => TryCompilerOrLinker}FlagRobert Maynard2020-11-251-0/+158
Rename the `CheckPIESupported` helper functions so that they don't clobber other internal functions. Also rename them to document they can't be unified with `CheckCompilerFlag`. Fixes: #21497