COMP: fix warning right now
This commit is contained in:
parent
f056de555d
commit
2305f7a94f
|
@ -133,6 +133,10 @@ bool cmSetPropertiesCommand::InitialPass(
|
|||
}
|
||||
}
|
||||
break;
|
||||
case cmProperty::TEST:
|
||||
case cmProperty::SOURCE_FILE:
|
||||
// not implemented yet
|
||||
break;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue