|
@@ -2351,7 +2351,7 @@ void cmVisualStudio10TargetGenerator::WriteAllSources(Elem& e0)
|
|
|
// Visual Studio versions prior to 2017 15.8 do not know about unity
|
|
// Visual Studio versions prior to 2017 15.8 do not know about unity
|
|
|
// builds, thus we exclude the files already part of unity sources.
|
|
// builds, thus we exclude the files already part of unity sources.
|
|
|
if (!si.Source->GetPropertyAsBool("SKIP_UNITY_BUILD_INCLUSION")) {
|
|
if (!si.Source->GetPropertyAsBool("SKIP_UNITY_BUILD_INCLUSION")) {
|
|
|
- exclude_configs = si.Configs;
|
|
|
|
|
|
|
+ exclude_configs = all_configs;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|