diff options
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 6 |
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" |