summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertiesCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSetPropertiesCommand.cxx')
-rw-r--r--Source/cmSetPropertiesCommand.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmSetPropertiesCommand.cxx b/Source/cmSetPropertiesCommand.cxx
index aa4f7fa..117d0df 100644
--- a/Source/cmSetPropertiesCommand.cxx
+++ b/Source/cmSetPropertiesCommand.cxx
@@ -199,6 +199,10 @@ bool cmSetPropertiesCommand::InitialPass(
}
}
break;
+ case cmProperty::VARIABLE:
+ case cmProperty::CACHED_VARIABLE:
+ // not handled by SetProperty
+ break;
}
return true;