summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r--Source/cmTryCompileCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h
index 4226da1..047fb3c 100644
--- a/Source/cmTryCompileCommand.h
+++ b/Source/cmTryCompileCommand.h
@@ -65,7 +65,9 @@ public:
"TRY_COMPILE(RESULT_VAR srcdir bindir projectName <targetName>)\n"
"Try compiling a program. Return the success or failure in RESULT_VAR "
"If <target name> is specified then build just that target "
- "otherwise the all or ALL_BUILD target is built.";
+ "otherwise the all or ALL_BUILD target is built.\n"
+ "TRY_COMPILE(RESULT_VAR srcfile bindir)\n"
+ "Try compiling a srcfile. Return the success or failure in RESULT_VAR.";
}
cmTypeMacro(cmTryCompileCommand, cmCommand);