ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler

This commit is contained in:
Bill Hoffman
2002-04-02 15:43:23 -05:00
parent 81ebecaea1
commit 4ea0f6b949
34 changed files with 20025 additions and 9161 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
"SET_SOURCE_FILES_PROPERTIES(flags file1 file2 [ABSTRACT|WRAP_EXCLUDE|GENERATED|COMPILE_FLAGS] [flags]) "
"SET_SOURCE_FILES_PROPERTIES(file1 file2 .. filen [ABSTRACT|WRAP_EXCLUDE|GENERATED|COMPILE_FLAGS] [flags]) "
"Set properties on a file. The syntax for the command is to list all the files you want "
"to change, and then provide the values you want to set next.";
}