summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-11-21 19:57:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-11-21 19:57:07 (GMT)
commit629a0dc70551eb7778ff5039fa65eca35c3e7690 (patch)
tree73f2b3a45ef1d02ae67e34b1dd2448161c1efa3d
parentc4fc150d2223fdaf989c92bdb3ba274b4f520710 (diff)
downloadCMake-629a0dc70551eb7778ff5039fa65eca35c3e7690.zip
CMake-629a0dc70551eb7778ff5039fa65eca35c3e7690.tar.gz
CMake-629a0dc70551eb7778ff5039fa65eca35c3e7690.tar.bz2
BUG: fix for 8123 documentation issue
-rw-r--r--Source/cmIncludeExternalMSProjectCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.h b/Source/cmIncludeExternalMSProjectCommand.h
index c8b7e36..84f3b9d 100644
--- a/Source/cmIncludeExternalMSProjectCommand.h
+++ b/Source/cmIncludeExternalMSProjectCommand.h
@@ -66,7 +66,10 @@ public:
" include_external_msproject(projectname location\n"
" dep1 dep2 ...)\n"
"Includes an external Microsoft project in the generated workspace "
- "file. Currently does nothing on UNIX.";
+ "file. Currently does nothing on UNIX. This will create a "
+ "target named INCLUDE_EXTERNAL_MSPROJECT_[projectname]. This can "
+ "be used in the add_dependencies command to make things depend "
+ "on the external project.";
}
cmTypeMacro(cmIncludeExternalMSProjectCommand, cmCommand);