diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h index 1c0923509..9d3f636c6 100644 --- a/Source/cmTryRunCommand.h +++ b/Source/cmTryRunCommand.h @@ -63,7 +63,7 @@ public: " TRY_RUN(RUN_RESULT_VAR COMPILE_RESULT_VAR\n" " bindir srcfile >\n" " >\n" - " ...>)\n" + " ...>)\n" "Try compiling a srcfile. Return the success or failure in " "COMPILE_RESULT_VAR. Then if the compile succeeded, run the " "executable and return the result in RUN_RESULT_VAR. "