summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompileWarningAsError/WerrorOnIgnore.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Refactor warn on error tests to support multiple languagesRobert Maynard2022-06-291-3/+3
|
* COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-181-0/+8
Add command-line option `--compile-no-warning-as-error` to ignore value of `COMPILE_WARNING_AS_ERROR`. Issue: #19085