diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-12 15:08:35 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-12 15:08:35 (GMT) |
commit | 31f714fc2a4a51300409615e5fca9cf42e5747b1 (patch) | |
tree | 6696bc86a77f966d65cd51ecf32eb7fda164938d /Source/cmTryCompileCommand.h | |
parent | 2aea6d528e5e310078d270bca9736f9e7d993b1a (diff) | |
download | CMake-31f714fc2a4a51300409615e5fca9cf42e5747b1.zip CMake-31f714fc2a4a51300409615e5fca9cf42e5747b1.tar.gz CMake-31f714fc2a4a51300409615e5fca9cf42e5747b1.tar.bz2 |
another signature for Try_Compile
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 4 |
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); |