diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-20 12:09:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-20 12:09:03 (GMT) |
commit | a7589c3a325a7ab641d0249f126308ac3b1f4385 (patch) | |
tree | 19e108a676d3ae0f7a86e79d01729aa7c31fe8ce /Source/cmTryRunCommand.h | |
parent | 0415b0db75643e3d0532a2d539b07c4d864b9097 (diff) | |
download | CMake-a7589c3a325a7ab641d0249f126308ac3b1f4385.zip CMake-a7589c3a325a7ab641d0249f126308ac3b1f4385.tar.gz CMake-a7589c3a325a7ab641d0249f126308ac3b1f4385.tar.bz2 |
compiler warnings
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r-- | Source/cmTryRunCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h index 985ccd0..4e45b94 100644 --- a/Source/cmTryRunCommand.h +++ b/Source/cmTryRunCommand.h @@ -63,8 +63,8 @@ public: { return "TRY_RUN(RUN_RESULT_VAR COMPILE_RESULT_VAR bindir srcfile <CMAKE_FLAGS <Flags>> <COMPILE_DEFINITIONS <flags>> <ARGUMENTS <arg1> <arg2>...>)\n" - "Try compiling a srcfile. Return the success or failure in "; - "COMPILE_RESULT_VAR. Then if the compile succeeded, run the "; + "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. "; } |