summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-04-22 17:37:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-04-22 17:37:04 (GMT)
commit84a1d5e55368f952277dc4aeab792a94a39fd146 (patch)
tree904e252c981263a12dbc4d00aa8e9ab9f1ff0734 /Source/cmAddCustomCommandCommand.h
parentd59e06595c986b53cbb7d537e951ea8af07fe11a (diff)
downloadCMake-84a1d5e55368f952277dc4aeab792a94a39fd146.zip
CMake-84a1d5e55368f952277dc4aeab792a94a39fd146.tar.gz
CMake-84a1d5e55368f952277dc4aeab792a94a39fd146.tar.bz2
update docs
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index e2b3d80..6036e3a 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -92,7 +92,10 @@ public:
"happen is determined by which of the following is specified:\n"
" PRE_BUILD - run before all other dependencies\n"
" PRE_LINK - run after other dependencies\n"
- " POST_BUILD - run after the target has been built";
+ " POST_BUILD - run after the target has been built\n"
+ "Note that the PRE_BUILD option is only supported on Visual\n"
+ "Studio 7 or later. For all other generators PRE_BUILD\n"
+ "will be treated as PRE_LINK";
}
cmTypeMacro(cmAddCustomCommandCommand, cmCommand);