diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-04-17 18:44:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-04-17 18:44:01 (GMT) |
commit | be7824c3690df5b6f7a82f198f32f78cc4176709 (patch) | |
tree | 2becfc6f51e00da58f348535f25b57d40ce9df78 /Modules/DartConfiguration.tcl.in | |
parent | 3e0db72aaab91e9ece9b2e6eb01e78c63d094b61 (diff) | |
download | CMake-be7824c3690df5b6f7a82f198f32f78cc4176709.zip CMake-be7824c3690df5b6f7a82f198f32f78cc4176709.tar.gz CMake-be7824c3690df5b6f7a82f198f32f78cc4176709.tar.bz2 |
ENH: make sure CTEST_CURL_OPTIONS work from script mode
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index b6838dc..2cd8437 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -63,3 +63,6 @@ TimeOut: @DART_TESTING_TIMEOUT@ UseLaunchers: @CTEST_USE_LAUNCHERS@ CurlOptions: @CTEST_CURL_OPTIONS@ +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + |