mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
STYLE: Fixed line-too-long style errors.
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user