COMP: fix warning right now

This commit is contained in:
Ken Martin 2006-12-07 10:26:40 -05:00
parent f056de555d
commit 2305f7a94f

View File

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