Explorar o código

BUG: fix for bug#3714 execlude_from_all not working on vs

Bill Hoffman %!s(int64=19) %!d(string=hai) anos
pai
achega
f851821cc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmGlobalGenerator.cxx

+ 1 - 1
Source/cmGlobalGenerator.cxx

@@ -984,7 +984,7 @@ bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root,
       }
       }
     cur = cur->GetParent();
     cur = cur->GetParent();
     }
     }
-  return false;
+  return gen->GetExcludeAll();
 }
 }