diff options
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 2164e35..e57cfa6 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/Source/cmSetSourceFilesPropertiesCommand.cxx @@ -79,7 +79,6 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass( } else if(*j == "PROPERTIES") { - doingFiles = false; // now loop through the rest of the arguments, new style ++j; while (j != args.end()) |