diff options
-rw-r--r-- | Source/cmConfigureFileCommand.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index 41c3de5..58d328b 100644 --- a/Source/cmConfigureFileCommand.cxx +++ b/Source/cmConfigureFileCommand.cxx @@ -161,6 +161,10 @@ void cmConfigureFileCommand::ConfigureFile() fout << "/* " << inLine << " */\n"; } } + else + { + fout << inLine << "\n"; + } } } // close the files before attempting to copy |