فهرست منبع

ENH: fix re-run of cmake based on configured files that are done with copy if different and never change

Bill Hoffman 19 سال پیش
والد
کامیت
fa415043d8
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Source/cmMakefile.cxx

+ 0 - 1
Source/cmMakefile.cxx

@@ -2414,7 +2414,6 @@ int cmMakefile::ConfigureFile(const char* infile, const char* outfile,
   std::string soutfile = outfile;
   std::string sinfile = infile;
   this->AddCMakeDependFile(infile);
-  this->AddCMakeOutputFile(outfile);
   cmSystemTools::ConvertToUnixSlashes(soutfile);
   mode_t perm = 0;
   cmSystemTools::GetPermissions(sinfile.c_str(), perm);