|
@@ -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
|