mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
@@ -122,10 +122,15 @@ cmCTestGenericHandler* cmCTestConfigureCommand::InitializeHandler()
|
|||||||
cmakeConfigureCommand += "\"";
|
cmakeConfigureCommand += "\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmakeConfigureCommand += " \"";
|
cmakeConfigureCommand += " \"-S";
|
||||||
cmakeConfigureCommand += source_dir;
|
cmakeConfigureCommand += source_dir;
|
||||||
cmakeConfigureCommand += "\"";
|
cmakeConfigureCommand += "\"";
|
||||||
|
|
||||||
|
cmakeConfigureCommand += " \"-B";
|
||||||
|
cmakeConfigureCommand +=
|
||||||
|
this->CTest->GetCTestConfiguration("BuildDirectory");
|
||||||
|
cmakeConfigureCommand += "\"";
|
||||||
|
|
||||||
this->CTest->SetCTestConfiguration("ConfigureCommand",
|
this->CTest->SetCTestConfiguration("ConfigureCommand",
|
||||||
cmakeConfigureCommand, this->Quiet);
|
cmakeConfigureCommand, this->Quiet);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user