summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-20 12:36:16 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-20 12:36:16 (GMT)
commit55303d6dd27678dd1446f3836b0292053f856a4c (patch)
tree283dcb3c55acb9b2dce333ba6656aeb251a175d0 /Source/cmTryCompileCommand.h
parent38084147e1edec3ce70f4f3574b9114b12646613 (diff)
downloadCMake-55303d6dd27678dd1446f3836b0292053f856a4c.zip
CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.gz
CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.bz2
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r--Source/cmTryCompileCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h
index 22dfd5e..12e24be 100644
--- a/Source/cmTryCompileCommand.h
+++ b/Source/cmTryCompileCommand.h
@@ -62,9 +62,9 @@ public:
" TRY_COMPILE(RESULT_VAR bindir srcdir\n"
" projectName <targetname> [CMAKE_FLAGS <Flags>]\n"
" [OUTPUT_VARIABLE var])\n"
- "Try compiling a program. In this form, srcdir should contain a complete "
- "CMake project with a CMakeLists.txt file and all sources. The bindir and "
- "srcdir will not be deleted after this command is run. "
+ "Try compiling a program. In this form, srcdir should contain a "
+ "complete CMake project with a CMakeLists.txt file and all sources. The "
+ "bindir and srcdir will not be deleted after this command is run. "
"If <target name> is specified then build just that target "
"otherwise the all or ALL_BUILD target is built.\n"
" TRY_COMPILE(RESULT_VAR bindir srcfile\n"