summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPackCommandLine
Commit message (Collapse)AuthorAgeFilesLines
* cpack: Better error message when generator doesn't exist.Robert Maynard2018-11-081-1/+1
| | | | | | Currently the CPack error message when passed an invalid generator name reads like the generator failed to work, rather than the name was invalid.
* CPack: Fix crash on invalid generator nameBrad King2018-04-103-0/+12
In commit v3.11.0-rc1~68^2 (CPack: accept --trace and --trace-expand, 2017-12-09) a nullptr dereference was added that occurs when `cpack -G NotAGenerator` is invoked. Add the needed condition. Fixes: #17900