summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmSetPropertiesCommand.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmSetPropertiesCommand.cxx b/Source/cmSetPropertiesCommand.cxx
index e242ebe..836f4c1 100644
--- a/Source/cmSetPropertiesCommand.cxx
+++ b/Source/cmSetPropertiesCommand.cxx
@@ -133,6 +133,10 @@ bool cmSetPropertiesCommand::InitialPass(
}
}
break;
+ case cmProperty::TEST:
+ case cmProperty::SOURCE_FILE:
+ // not implemented yet
+ break;
}
return true;