mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "Unix Makefiles -
KDevelop3" -initialize Ignore to 0, crashes otherwise Alex
This commit is contained in:
@@ -123,6 +123,7 @@ cmCAStringVector::cmCAStringVector(cmCommandArgumentsHelper* args,
|
||||
const char* key,
|
||||
cmCommandArgumentGroup* group)
|
||||
:cmCommandArgument(args, key, group)
|
||||
,Ignore(0)
|
||||
{
|
||||
if ((key==0) || (*key==0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user