diff options
author | David Cole <david.cole@kitware.com> | 2012-09-28 19:45:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-09-28 19:45:02 (GMT) |
commit | af5fac8d171a41c526c9f0ebc732366ca2139296 (patch) | |
tree | cbe3cf98a78a165037144d2ef56296308d3a354d /Modules | |
parent | 64d64b4edfe9a64fdc88c97e67681c9a16fb5eca (diff) | |
parent | 9ace8015784fe0e6ca734bdc1a02d5550b5c565c (diff) | |
download | CMake-af5fac8d171a41c526c9f0ebc732366ca2139296.zip CMake-af5fac8d171a41c526c9f0ebc732366ca2139296.tar.gz CMake-af5fac8d171a41c526c9f0ebc732366ca2139296.tar.bz2 |
Merge topic 'ctest-svn-non-interactive'
9ace801 ctest_update: Tell svn not to prompt interactively (#13024)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index ad7f805..9e49ac7 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -44,6 +44,7 @@ CVSUpdateOptions: @CVS_UPDATE_OPTIONS@ # Subversion options SVNCommand: @SVNCOMMAND@ +SVNOptions: @CTEST_SVN_OPTIONS@ SVNUpdateOptions: @SVN_UPDATE_OPTIONS@ # Git options |