another signature for Try_Compile

This commit is contained in:
Ken Martin
2002-09-12 11:08:35 -04:00
parent 2aea6d528e
commit 31f714fc2a
2 changed files with 67 additions and 8 deletions
+3 -1
View File
@@ -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);