diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-07 15:26:40 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-07 15:26:40 (GMT) |
commit | 2305f7a94fd4ec3070a5a5ef69b90e5a51de3aef (patch) | |
tree | 501baa1bcbdc554fd2f9cb78b8a69f6c00ffceaa /Source/cmSetPropertiesCommand.cxx | |
parent | f056de555d93d73f941a60fd4ad009ce6e0e88cf (diff) | |
download | CMake-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.cxx | 4 |
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; |