summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/CheckFlagCommonConfig.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CheckCompilerFlag: Add Swift SupportEvan Wilde2022-11-041-0/+2
| | | | | Plumb through Swift `check_compiler_flag` support. Add tests to check that valid flags work and invalid flags don't.
* CheckCompilerFlag: Fix regression in locale environment preservationBrad King2022-04-071-2/+2
| | | | | | | Fix a typo from commit 660e0d80ae (internal/CheckCompilerFlag: rely on common configuration, 2022-01-12, v3.23.0-rc1~124^2~1) that caused locale environment variables to not be restored after they are set during the check.
* internal/CheckCompilerFlag: rely on common configurationMarc Chevrier2022-01-141-0/+75
Extract configuration step from the CheckCompilerFlag command to enable to share it with future CheckLinkerFlag implementation