diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index 41c3de542..58d328b8d 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