mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Merge topic 'ctest_configure-S-B'
8a16a727f8 ctest_config: pass -S, -B args for log clarity
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7870
This commit is contained in:
@@ -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