BUG: make sure non cmakedef lines are not skipped
This commit is contained in:
parent
eede7afb7e
commit
ce89556706
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue