summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeExternalMSProjectCommand.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-05-08 07:27:48 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-05-08 07:27:48 (GMT)
commitd1b3ceb88c3fd37441fa504059f4b3bd84a0c322 (patch)
tree2a9efd838df0d998623780b0da18b43949c5be52 /Source/cmIncludeExternalMSProjectCommand.h
parent555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f (diff)
downloadCMake-d1b3ceb88c3fd37441fa504059f4b3bd84a0c322.zip
CMake-d1b3ceb88c3fd37441fa504059f4b3bd84a0c322.tar.gz
CMake-d1b3ceb88c3fd37441fa504059f4b3bd84a0c322.tar.bz2
-minor doc fixes
Use <VAR> instead of VarName in get_filename_component (as is used in most other command documentations), and fix the name of the generated project in include_external_msproject(#9743, the comment there seems to be correct: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3d1c12b802c3dd3a0284f5f10aec3b98ab6d3a78#patch9 ) Alex
Diffstat (limited to 'Source/cmIncludeExternalMSProjectCommand.h')
-rw-r--r--Source/cmIncludeExternalMSProjectCommand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.h b/Source/cmIncludeExternalMSProjectCommand.h
index d14d564..5269041 100644
--- a/Source/cmIncludeExternalMSProjectCommand.h
+++ b/Source/cmIncludeExternalMSProjectCommand.h
@@ -62,9 +62,8 @@ public:
" dep1 dep2 ...)\n"
"Includes an external Microsoft project in the generated workspace "
"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.";
+ "target named [projectname]. This can be used in the add_dependencies "
+ "command to make things depend on the external project.";
}
cmTypeMacro(cmIncludeExternalMSProjectCommand, cmCommand);