Bläddra i källkod

BUG: make sure non cmakedef lines are not skipped

Bill Hoffman 24 år sedan
förälder
incheckning
ce89556706
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      Source/cmConfigureFileCommand.cxx

+ 4 - 0
Source/cmConfigureFileCommand.cxx

@@ -161,6 +161,10 @@ void cmConfigureFileCommand::ConfigureFile()
             fout << "/* " << inLine << " */\n";
             }
           }
+        else
+          {
+          fout << inLine << "\n";
+          }
         }
       }
     // close the files before attempting to copy