From 2d3c33b19b77a4226859dbc255f5caafc5ea55a5 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 17 Sep 2004 09:01:49 -0400 Subject: [PATCH] BUG: 1163 fix documentation --- Source/cmProjectCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h index 6ca8716ad..0deeacb59 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. "