Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try_compile: Honor CMP0128 setting in test project | Brad King | 2022-10-18 | 1 | -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 |