summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 18:12:13 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 18:12:13 (GMT)
commitcac30b5ff8f7034b5290700a4dee28c84e001ac9 (patch)
tree1fce61b7bd143361ff8be6861fde27abb1732e10 /Source/cmTryCompileCommand.cxx
parentdaa37f116340fa86c1a511847fe65ad999095fa0 (diff)
downloadCMake-cac30b5ff8f7034b5290700a4dee28c84e001ac9.zip
CMake-cac30b5ff8f7034b5290700a4dee28c84e001ac9.tar.gz
CMake-cac30b5ff8f7034b5290700a4dee28c84e001ac9.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r--Source/cmTryCompileCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index e524b77..c7405ca 100644
--- a/Source/cmTryCompileCommand.cxx
+++ b/Source/cmTryCompileCommand.cxx
@@ -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)
{