diff options
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r-- | Source/cmAddCustomTargetCommand.h | 4 |
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 " |