diff options
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx index acb62af..bc02e16 100644 --- a/Source/cmGlobalVisualStudio71Generator.cxx +++ b/Source/cmGlobalVisualStudio71Generator.cxx @@ -109,7 +109,7 @@ void cmGlobalVisualStudio71Generator for(cmTargets::iterator al = atgts.begin(); al != atgts.end(); ++al) { - if (al->second.IsInAll()) + if (!al->second.GetPropertyAsBool("EXCLUDE_FROM_ALL")) { if (al->second.GetType() == cmTarget::UTILITY || al->second.GetType() == cmTarget::GLOBAL_TARGET) |