summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertiesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-07 19:54:15 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-12-07 19:54:15 (GMT)
commita00200e8d409e334d8646d4817d8e78fc11fc311 (patch)
tree779eb9de89cedb5b0d45073c835db3d6e2e964ef /Source/cmSetPropertiesCommand.h
parent013ec3988129761543b8491e5177f3105a09299a (diff)
downloadCMake-a00200e8d409e334d8646d4817d8e78fc11fc311.zip
CMake-a00200e8d409e334d8646d4817d8e78fc11fc311.tar.gz
CMake-a00200e8d409e334d8646d4817d8e78fc11fc311.tar.bz2
ENH: implements SetProperties for TEST
Diffstat (limited to 'Source/cmSetPropertiesCommand.h')
-rw-r--r--Source/cmSetPropertiesCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetPropertiesCommand.h b/Source/cmSetPropertiesCommand.h
index 78ee815..b949e36 100644
--- a/Source/cmSetPropertiesCommand.h
+++ b/Source/cmSetPropertiesCommand.h
@@ -56,7 +56,7 @@ public:
" PROPERTIES prop1 value1\n"
" prop2 value2 ...)\n"
"Set properties on something. The scope_value is either GLOBAL "
- "DIRECTORY dir_name> or TARGET tgt_name."
+ "DIRECTORY dir_name, TARGET tgt_name, or TEST test_name."
;
}