1
0
Эх сурвалжийг харах

BUG: make sure non cmakedef lines are not skipped

Bill Hoffman 24 жил өмнө
parent
commit
ce89556706

+ 4 - 0
Source/cmConfigureFileCommand.cxx

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