diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-04-10 16:15:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-04-10 16:15:03 (GMT) |
commit | 4ec691a9d1a8fc19bf210117eb02cdce49d9660b (patch) | |
tree | d18559e50644372c36b79c0f5f51d499c15e581f /Modules | |
parent | 5783d5aab1654ee185036b665b618f7310d9d3f9 (diff) | |
download | CMake-4ec691a9d1a8fc19bf210117eb02cdce49d9660b.zip CMake-4ec691a9d1a8fc19bf210117eb02cdce49d9660b.tar.gz CMake-4ec691a9d1a8fc19bf210117eb02cdce49d9660b.tar.bz2 |
ENH: add ability to control ssl cert checking
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 39760b4..b6838dc 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -62,3 +62,4 @@ CoverageCommand: @COVERAGE_COMMAND@ TimeOut: @DART_TESTING_TIMEOUT@ UseLaunchers: @CTEST_USE_LAUNCHERS@ +CurlOptions: @CTEST_CURL_OPTIONS@ |