Merge topic 'lazy-query-cdash'

ffda17d We shouldn't ask CDash for its version info until/unless we actually need it.
This commit is contained in:
Brad King 2010-09-14 13:09:58 -04:00 committed by CMake Topic Stage
commit 5dfa48c8c5
1 changed files with 0 additions and 4 deletions

View File

@ -490,10 +490,6 @@ int cmCTest::Initialize(const char* binary_dir, cmCTestStartCommand* command)
return 0;
}
// call this so that the information is cached up front
// and not the first time EndTest is called.
this->ShouldCompressTestOutput();
if ( this->ProduceXML )
{
// Verify "Testing" directory exists: