summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/CMP0128-NEW.cmake
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Honor CMP0128 setting in test projectBrad King2022-10-181-0/+7
Some projects pass a raw `-std=` flag to the compiler in the `try_compile` project. If they do not set CMP0128 to NEW, we should not append a `-std=` flag where we did not before the policy was added. Fixes: #24063