diff options
Diffstat (limited to 'Source/cmSetPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetPropertiesCommand.cxx | 4 |
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; |