mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
This commit is contained in:
@@ -186,7 +186,7 @@ void cmLocalUnixMakefileGenerator::OutputMakefile(const char* file,
|
||||
// Create a stream that writes to a temporary file
|
||||
// then does a copy at the end. This is to allow users
|
||||
// to hit control-c during the make of the makefile
|
||||
cmGeneratedFileStream fout(file, false);
|
||||
cmGeneratedFileStream fout(file);
|
||||
if(!fout)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user