| 464 | } |
| 465 | |
| 466 | void cmCursesMainForm::Write() |
| 467 | { |
| 468 | this->FillCacheManagerFromUI(); |
| 469 | this->CMakeInstance->SaveCache( |
| 470 | this->CMakeInstance->GetHomeOutputDirectory()); |
| 471 | this->LoadCache(nullptr); |
| 472 | } |
| 473 | |
| 474 | int cmCursesMainForm::Configure(int noconfigure) |
| 475 | { |
no test coverage detected