mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
STYLE: fix line length
This commit is contained in:
@@ -66,7 +66,8 @@ public:
|
||||
return
|
||||
" MATH(EXPR <output variable> <math expression>)\n"
|
||||
"EXPR evaluates mathematical expression and return result in the "
|
||||
"output variable. Example mathematical expression is '5 * ( 10 + 13 )'.";
|
||||
"output variable. Example mathematical expression is "
|
||||
"'5 * ( 10 + 13 )'.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmMathCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user