mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
ENH: Add default update options
This commit is contained in:
@@ -333,6 +333,10 @@ int cmCTestUpdateHandler::ProcessHandler()
|
||||
{
|
||||
case cmCTestUpdateHandler::e_CVS:
|
||||
updateOptions = m_CTest->GetCTestConfiguration("CVSUpdateOptions");
|
||||
if ( updateOptions.empty() )
|
||||
{
|
||||
updateOptions = "-dP";
|
||||
}
|
||||
break;
|
||||
case cmCTestUpdateHandler::e_SVN:
|
||||
updateOptions = m_CTest->GetCTestConfiguration("SVNUpdateOptions");
|
||||
|
||||
Reference in New Issue
Block a user