diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-07 13:49:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-07 13:49:42 (GMT) |
commit | 4259971961aff5e6423eb72a4fad8acf7af79653 (patch) | |
tree | 56d0a716ecbf52513f4c2f6607b4522b0cbb5280 /Source/cmTryRunCommand.cxx | |
parent | 515757007a4af94e9c80237a83e535ac62851c5b (diff) | |
download | CMake-4259971961aff5e6423eb72a4fad8acf7af79653.zip CMake-4259971961aff5e6423eb72a4fad8acf7af79653.tar.gz CMake-4259971961aff5e6423eb72a4fad8acf7af79653.tar.bz2 |
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
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r-- | Source/cmTryRunCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index a2179d8..f8525a3 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -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()); |