From 629a0dc70551eb7778ff5039fa65eca35c3e7690 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 21 Nov 2008 14:57:07 -0500 Subject: [PATCH] BUG: fix for 8123 documentation issue --- Source/cmIncludeExternalMSProjectCommand.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/cmIncludeExternalMSProjectCommand.h b/Source/cmIncludeExternalMSProjectCommand.h index c8b7e36f1..84f3b9db7 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);