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