summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-12-11 13:57:40 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-12-11 13:57:40 (GMT)
commitbaaf5eae7d4439d1a678869d0936b4007972ed9b (patch)
treee958f8ac1ab2722256b26fab5114f8d89d92fe53 /Source/cmTryCompileCommand.h
parentafc33a19909a5db044d19d86a0e8019e29ec5f97 (diff)
downloadCMake-baaf5eae7d4439d1a678869d0936b4007972ed9b.zip
CMake-baaf5eae7d4439d1a678869d0936b4007972ed9b.tar.gz
CMake-baaf5eae7d4439d1a678869d0936b4007972ed9b.tar.bz2
fix to the signature and argument parsing
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r--Source/cmTryCompileCommand.h2
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 "