summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-18 12:57:17 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-18 12:57:17 (GMT)
commit7b58ed78137eea80340013c792d88e9ec8110ffd (patch)
tree25164a3e529c1d46f2712c0c5a1a06e8d4965ac5 /Source/cmAddCustomTargetCommand.h
parent21b1ecb97b059f43f18519fc60ee6eab4932dd0a (diff)
downloadCMake-7b58ed78137eea80340013c792d88e9ec8110ffd.zip
CMake-7b58ed78137eea80340013c792d88e9ec8110ffd.tar.gz
CMake-7b58ed78137eea80340013c792d88e9ec8110ffd.tar.bz2
STYLE: Fixed line-too-long style errors.
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r--Source/cmAddCustomTargetCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index ba06948..d6b38e3 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -69,8 +69,8 @@ public:
" [WORKING_DIRECTORY dir]\n"
"Adds a target with the given name that executes the given commands. "
"The target has no output file and is ALWAYS CONSIDERED OUT OF DATE "
- "even if the commands try to create a file with the name of the target. "
- "Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
+ "even if the commands try to create a file with the name of the "
+ "target. Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
"By default nothing depends on the custom target. Use "
"ADD_DEPENDENCIES to add dependencies to or from other targets. "
"If the ALL option is specified "