Uncomment block in InitializeFromCommand (accidentally checked this change in)
This commit is contained in:
parent
a5aa23d4e1
commit
bf0e67fea3
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue