mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
STYLE: fix line lengths
Alex
This commit is contained in:
@@ -313,7 +313,8 @@ void cmTryRunCommand::DoNotRunExecutable(const std::string& runArgs,
|
||||
static bool firstTryRun = true;
|
||||
std::string fileName = this->Makefile->GetHomeOutputDirectory();
|
||||
fileName += "/TryRunResults.cmake";
|
||||
std::ofstream file(fileName.c_str(), firstTryRun?std::ios::out : std::ios::app);
|
||||
std::ofstream file(fileName.c_str(),
|
||||
firstTryRun ? std::ios::out : std::ios::app);
|
||||
if ( file )
|
||||
{
|
||||
if (firstTryRun)
|
||||
|
||||
Reference in New Issue
Block a user