BUG: make sure non cmakedef lines are not skipped

This commit is contained in:
Bill Hoffman 2002-01-16 15:00:01 -05:00
parent eede7afb7e
commit ce89556706
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ void cmConfigureFileCommand::ConfigureFile()
fout << "/* " << inLine << " */\n"; fout << "/* " << inLine << " */\n";
} }
} }
else
{
fout << inLine << "\n";
}
} }
} }
// close the files before attempting to copy // close the files before attempting to copy