Exit the loop when we have determined the language.
This commit is contained in:
parent
2858f3433a
commit
c9597259ea
|
@ -232,6 +232,7 @@ void cmLocalUnixMakefileGenerator3::WriteLocalMakefile()
|
|||
if(ei->Language == "C" || ei->Language == "CXX")
|
||||
{
|
||||
lang_is_c_or_cxx = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue