[cmake-commits] hoffman committed cmGlobalGenerator.cxx 1.154 1.155

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 3 15:12:27 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv13396

Modified Files:
	cmGlobalGenerator.cxx 
Log Message:
BUG: fix for bug#3714 execlude_from_all not working on vs


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- cmGlobalGenerator.cxx	2 Oct 2006 14:20:52 -0000	1.154
+++ cmGlobalGenerator.cxx	3 Oct 2006 19:12:25 -0000	1.155
@@ -984,7 +984,7 @@
       }
     cur = cur->GetParent();
     }
-  return false;
+  return gen->GetExcludeAll();
 }
 
 



More information about the Cmake-commits mailing list