diff options
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index fc104a0..4fc26f6 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -2145,6 +2145,7 @@ void cmGlobalGenerator::WriteTargetLabels() if(!opened) { fout.Open(fname.c_str()); + opened = true; } fout << file << "\n"; } |