diff options
-rw-r--r-- | Source/cmConfigureFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index d92212b..58878a5 100644 --- a/Source/cmConfigureFileCommand.cxx +++ b/Source/cmConfigureFileCommand.cxx @@ -143,8 +143,8 @@ void cmConfigureFileCommand::FinalPass() "#cmakedefine", "#undef"); } } + fout << inLine << "\n"; } - fout << inLine << "\n"; } // close the files before attempting to copy fin.close(); |