mirror of
https://github.com/reactos/CMake.git
synced 2025-02-18 02:28:05 +00:00
WAR: remove a warning on i64
This commit is contained in:
parent
3708ed4ec8
commit
766c48ae19
@ -1571,7 +1571,8 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
|
||||
cmListFileCache::GetInstance()->ClearCache();
|
||||
int retv = this->RunCMakeAndTest(output);
|
||||
cmSystemTools::ResetErrorOccuredFlag();
|
||||
cmListFileCache::GetInstance()->ClearCache();
|
||||
cmListFileCache* lf = cmListFileCache::GetInstance();
|
||||
lf->ClearCache();
|
||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||
cmDynamicLoader::FlushCache();
|
||||
#endif
|
||||
|
@ -109,7 +109,8 @@ int main(int ac, char** av)
|
||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||
cmDynamicLoader::FlushCache();
|
||||
#endif
|
||||
cmListFileCache::GetInstance()->ClearCache();
|
||||
cmListFileCache* lf = cmListFileCache::GetInstance();
|
||||
lf->ClearCache();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user