mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
This commit is contained in:
@@ -152,7 +152,6 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
|
||||
// if we created a directory etc, then cleanup after ourselves
|
||||
std::string cacheFile = binaryDirectory;
|
||||
cacheFile += "/CMakeLists.txt";
|
||||
cmListFileCache::GetInstance()->FlushCache(cacheFile.c_str());
|
||||
if(!m_Makefile->GetCMakeInstance()->GetDebugTryCompile())
|
||||
{
|
||||
cmTryCompileCommand::CleanupFiles(binaryDirectory.c_str());
|
||||
|
||||
Reference in New Issue
Block a user