Browse Source

BUG: make sure non cmakedef lines are not skipped

Bill Hoffman 24 years ago
parent
commit
ce89556706
1 changed files with 4 additions and 0 deletions
  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