mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
another signature for Try_Compile
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user