mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
STYLE: fix line length
This commit is contained in:
@@ -167,7 +167,8 @@ int cmTryCompileCommand::CoreTryCompileCode(
|
||||
<< source << "\". TRY_COMPILE only works for enabled languages.\n"
|
||||
<< "Currently enabled languages are:";
|
||||
std::vector<std::string> langs;
|
||||
mf->GetCMakeInstance()->GetGlobalGenerator()->GetEnabledLanguages(langs);
|
||||
mf->GetCMakeInstance()->GetGlobalGenerator()->
|
||||
GetEnabledLanguages(langs);
|
||||
for(std::vector<std::string>::iterator l = langs.begin();
|
||||
l != langs.end(); ++l)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user