summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/warn-uninitialized.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-291-1/+18
| | | | Fixes: #18489
* CMP0053: Fix double warning on uninitialized variables in -P modeR2RT2018-11-051-0/+1
When `CMP0053` is not set to OLD or NEW then we compute both variants in case we need to warn about a behavior change. Do not allow both code paths to produce an uninitialized variable warning. Fixes: #18552