summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-17 13:01:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-17 13:01:49 (GMT)
commit2d3c33b19b77a4226859dbc255f5caafc5ea55a5 (patch)
treea8863f125c10a8c795b2f4d6824d6bd81d28494d /Source/cmProjectCommand.h
parent09d01119c1316a30e029d10dc33a76afc38d0f9f (diff)
downloadCMake-2d3c33b19b77a4226859dbc255f5caafc5ea55a5.zip
CMake-2d3c33b19b77a4226859dbc255f5caafc5ea55a5.tar.gz
CMake-2d3c33b19b77a4226859dbc255f5caafc5ea55a5.tar.bz2
BUG: 1163 fix documentation
Diffstat (limited to 'Source/cmProjectCommand.h')
-rw-r--r--Source/cmProjectCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h
index 6ca8716..0deeacb 100644
--- a/Source/cmProjectCommand.h
+++ b/Source/cmProjectCommand.h
@@ -72,7 +72,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " PROJECT(projectname [C++] [C] [Java])\n"
+ " PROJECT(projectname [CXX] [C] [Java])\n"
"Sets the name of the project. "
"This creates the variables projectname_BINARY_DIR and projectname_SOURCE_DIR. "
"Optionally you can specify which languages your project supports. "