mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Merge branch 'autogen-no-vs-per-config' into release-3.9
This commit is contained in:
@@ -162,6 +162,10 @@ static bool IsMultiConfig(cmGlobalGenerator* globalGen)
|
||||
if (globalGen->GetName().find("Xcode") != std::string::npos) {
|
||||
return false;
|
||||
}
|
||||
// FIXME: Visual Studio does not fully support per-config sources yet.
|
||||
if (globalGen->GetName().find("Visual Studio") != std::string::npos) {
|
||||
return false;
|
||||
}
|
||||
return globalGen->IsMultiConfig();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user