mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 19:58:34 -06:00
COMP: fix warning right now
This commit is contained in:
@@ -133,6 +133,10 @@ bool cmSetPropertiesCommand::InitialPass(
|
||||
}
|
||||
}
|
||||
break;
|
||||
case cmProperty::TEST:
|
||||
case cmProperty::SOURCE_FILE:
|
||||
// not implemented yet
|
||||
break;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user