summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertiesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-07 15:26:40 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-12-07 15:26:40 (GMT)
commit2305f7a94fd4ec3070a5a5ef69b90e5a51de3aef (patch)
tree501baa1bcbdc554fd2f9cb78b8a69f6c00ffceaa /Source/cmSetPropertiesCommand.cxx
parentf056de555d93d73f941a60fd4ad009ce6e0e88cf (diff)
downloadCMake-2305f7a94fd4ec3070a5a5ef69b90e5a51de3aef.zip
CMake-2305f7a94fd4ec3070a5a5ef69b90e5a51de3aef.tar.gz
CMake-2305f7a94fd4ec3070a5a5ef69b90e5a51de3aef.tar.bz2
COMP: fix warning right now
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 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;