mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 06:51:00 +00:00
Merge branch 'fix-ctest_update-svn' into release-3.7
This commit is contained in:
commit
efac65d67b
@ -523,8 +523,11 @@ private:
|
||||
|
||||
void cmCTestSVN::LoadRepositories()
|
||||
{
|
||||
if (!this->Repositories.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Info for root repository
|
||||
this->Repositories.clear();
|
||||
this->Repositories.push_back(SVNInfo(""));
|
||||
this->RootInfo = &(this->Repositories.back());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user