diff options
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h index 5586f66..f2353d8 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -75,7 +75,7 @@ public: { return " TRY_COMPILE(RESULT_VAR bindir srcdir\n" - " projectName <CMAKE_FLAGS <Flags>>\n" + " projectName <targetname> <CMAKE_FLAGS <Flags>>\n" " <OUTPUT_VARIABLE var>)\n" "Try compiling a program. Return the success or failure in RESULT_VAR. " "If <target name> is specified then build just that target " |