Uncomment block in InitializeFromCommand (accidentally checked this change in)

This commit is contained in:
Zach Mullen 2009-10-12 11:11:43 -04:00
parent a5aa23d4e1
commit bf0e67fea3
1 changed files with 4 additions and 4 deletions

View File

@ -454,10 +454,10 @@ int cmCTest::Initialize(const char* binary_dir, bool new_tag,
//---------------------------------------------------------------------- //----------------------------------------------------------------------
bool cmCTest::InitializeFromCommand(cmCTestCommand* command, bool first) bool cmCTest::InitializeFromCommand(cmCTestCommand* command, bool first)
{ {
//if ( !first && !this->CurrentTag.empty() ) if ( !first && !this->CurrentTag.empty() )
// { {
// return true; return true;
// } }
std::string src_dir std::string src_dir
= this->GetCTestConfiguration("SourceDirectory").c_str(); = this->GetCTestConfiguration("SourceDirectory").c_str();