COMP: fix warning right now

This commit is contained in:
Ken Martin 2006-12-07 10:26:40 -05:00
parent f056de555d
commit 2305f7a94f
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ bool cmSetPropertiesCommand::InitialPass(
}
}
break;
case cmProperty::TEST:
case cmProperty::SOURCE_FILE:
// not implemented yet
break;
}
return true;