mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -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:
@@ -212,7 +212,6 @@ CMakeSetupDialog::~CMakeSetupDialog()
|
||||
{
|
||||
delete m_CMakeInstance;
|
||||
// clean up globals
|
||||
cmListFileCache::GetInstance()->ClearCache();
|
||||
cmDynamicLoader::FlushCache();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user