diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-12 02:39:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-12 02:39:12 (GMT) |
commit | fa415043d808cbfc77c9a1d1963e0a8b30aae228 (patch) | |
tree | 09588f8d27298b427d9b1ff8e0dbe50e99c1902d | |
parent | ed4974da55c3d8b2315c1b729fceee6e834673f2 (diff) | |
download | CMake-fa415043d808cbfc77c9a1d1963e0a8b30aae228.zip CMake-fa415043d808cbfc77c9a1d1963e0a8b30aae228.tar.gz CMake-fa415043d808cbfc77c9a1d1963e0a8b30aae228.tar.bz2 |
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index d53f979..5140b74 100644 --- a/Source/cmMakefile.cxx +++ b/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); |