Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpack: Better error message when generator doesn't exist. | Robert Maynard | 2018-11-08 | 1 | -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 name | Brad King | 2018-04-10 | 3 | -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 |