Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
21ad82a2
Commit
21ad82a2
authored
Apr 21, 2008
by
Bill Hoffman
Browse files
BUG: fix for 6720, source groups on vs6 not working
parent
0a0672c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmLocalVisualStudio6Generator.cxx
View file @
21ad82a2
...
@@ -358,7 +358,7 @@ void cmLocalVisualStudio6Generator
...
@@ -358,7 +358,7 @@ void cmLocalVisualStudio6Generator
sg
->
GetSourceFiles
();
sg
->
GetSourceFiles
();
// If the group is empty, don't write it at all.
// If the group is empty, don't write it at all.
if
(
sourceFiles
.
empty
())
if
(
sourceFiles
.
empty
()
&&
sg
->
GetGroupChildren
().
empty
()
)
{
{
return
;
return
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment