[Cmake-commits] [cmake-commits] hoffman committed cmLocalVisualStudio6Generator.cxx 1.141 1.142
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Apr 21 18:24:58 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv5409
Modified Files:
cmLocalVisualStudio6Generator.cxx
Log Message:
BUG: fix for 6720, source groups on vs6 not working
Index: cmLocalVisualStudio6Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio6Generator.cxx,v
retrieving revision 1.141
retrieving revision 1.142
diff -C 2 -d -r1.141 -r1.142
*** cmLocalVisualStudio6Generator.cxx 29 Jan 2008 22:30:34 -0000 1.141
--- cmLocalVisualStudio6Generator.cxx 21 Apr 2008 22:24:56 -0000 1.142
***************
*** 359,363 ****
// If the group is empty, don't write it at all.
! if(sourceFiles.empty())
{
return;
--- 359,363 ----
// If the group is empty, don't write it at all.
! if(sourceFiles.empty() && sg->GetGroupChildren().empty())
{
return;
More information about the Cmake-commits
mailing list