浏览代码

BUG: make sure non cmakedef lines are not skipped

Bill Hoffman 24 年之前
父节点
当前提交
ce89556706
共有 1 个文件被更改,包括 4 次插入0 次删除
  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