mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
make sure ; expansion is done in all commands
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"SET_SOURCE_FILES_PROPERTIES(flags file1 file2 [ABSTRACT|WRAP_EXCLUDE|GENERATED|FLAGS] [flags]) "
|
||||
"SET_SOURCE_FILES_PROPERTIES(flags file1 file2 [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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user