mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
cmGlobalNinjaGenerator: Rename SupportsConsolePool to SupportsDirectConsole
Use a name that is not ninja-specific.
This commit is contained in:
committed by
Brad King
parent
e062d4a2a3
commit
61a737b088
@@ -279,7 +279,7 @@ void cmLocalNinjaGenerator::WriteNinjaRequiredVersion(std::ostream& os)
|
||||
std::string requiredVersion = cmGlobalNinjaGenerator::RequiredNinjaVersion();
|
||||
|
||||
// Ninja generator uses the 'console' pool if available (>= 1.5)
|
||||
if (this->GetGlobalNinjaGenerator()->SupportsConsolePool()) {
|
||||
if (this->GetGlobalNinjaGenerator()->SupportsDirectConsole()) {
|
||||
requiredVersion =
|
||||
cmGlobalNinjaGenerator::RequiredNinjaVersionForConsolePool();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user