summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-17 13:16:53 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-17 13:16:53 (GMT)
commit83f61619a35c85d38655eded8cb35d509e179bef (patch)
treef79cc18485e9cec807fac078039fa6cacbbabbe2 /Source/cmTryCompileCommand.h
parent40fd3b83dc19c6b51afb73611dcc5be1422e9e26 (diff)
downloadCMake-83f61619a35c85d38655eded8cb35d509e179bef.zip
CMake-83f61619a35c85d38655eded8cb35d509e179bef.tar.gz
CMake-83f61619a35c85d38655eded8cb35d509e179bef.tar.bz2
slight change in signature
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r--Source/cmTryCompileCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h
index 047fb3c..8658ac8 100644
--- a/Source/cmTryCompileCommand.h
+++ b/Source/cmTryCompileCommand.h
@@ -62,11 +62,11 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "TRY_COMPILE(RESULT_VAR srcdir bindir projectName <targetName>)\n"
+ "TRY_COMPILE(RESULT_VAR bindir srcdir 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.\n"
- "TRY_COMPILE(RESULT_VAR srcfile bindir)\n"
+ "TRY_COMPILE(RESULT_VAR bindir srcfile)\n"
"Try compiling a srcfile. Return the success or failure in RESULT_VAR.";
}