Berk Geveci пре 24 година
родитељ
комит
238fe481f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/cmConfigureFileCommand.cxx

+ 1 - 1
Source/cmConfigureFileCommand.cxx

@@ -143,8 +143,8 @@ void cmConfigureFileCommand::FinalPass()
                                          "#cmakedefine", "#undef");
                                          "#cmakedefine", "#undef");
             }
             }
           }
           }
+        fout << inLine << "\n";
         }
         }
-      fout << inLine << "\n";
       }
       }
     // close the files before attempting to copy
     // close the files before attempting to copy
     fin.close();
     fin.close();