mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
cmGlobalGenerator: remove 'return' from void expression
This commit is contained in:
@@ -1075,7 +1075,7 @@ bool cmGlobalGenerator::GetLanguageEnabled(const std::string& l) const
|
||||
|
||||
void cmGlobalGenerator::ClearEnabledLanguages()
|
||||
{
|
||||
return this->CMakeInstance->GetState()->ClearEnabledLanguages();
|
||||
this->CMakeInstance->GetState()->ClearEnabledLanguages();
|
||||
}
|
||||
|
||||
void cmGlobalGenerator::CreateLocalGenerators()
|
||||
|
||||
Reference in New Issue
Block a user