cmGlobalGenerator: Make IsMultiConfig() const

This commit is contained in:
Tobias Hunger
2016-05-31 13:53:19 +02:00
committed by Brad King
parent d6754d37d5
commit 2175e5bfa5
4 changed files with 4 additions and 4 deletions

View File

@@ -3437,7 +3437,7 @@ std::string cmGlobalXCodeGenerator::ComputeInfoPListLocation(
// Return true if the generated build tree may contain multiple builds.
// i.e. "Can I build Debug and Release in the same tree?"
bool cmGlobalXCodeGenerator::IsMultiConfig()
bool cmGlobalXCodeGenerator::IsMultiConfig() const
{
// Old Xcode 1.5 is single config:
if (this->XcodeVersion == 15) {