summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertiesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-06-25 16:50:29 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-06-25 16:50:29 (GMT)
commit3bf92ad4b47d8230c4777707749d3c0566c05d6a (patch)
tree7d7836f012d7493676c303e01713c764897f009c /Source/cmSetPropertiesCommand.cxx
parentc1467ff991699fccd1b30a257646adce5422e69e (diff)
downloadCMake-3bf92ad4b47d8230c4777707749d3c0566c05d6a.zip
CMake-3bf92ad4b47d8230c4777707749d3c0566c05d6a.tar.gz
CMake-3bf92ad4b47d8230c4777707749d3c0566c05d6a.tar.bz2
COMP: fix warnings
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;