summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-04-17 18:44:01 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-04-17 18:44:01 (GMT)
commitbe7824c3690df5b6f7a82f198f32f78cc4176709 (patch)
tree2becfc6f51e00da58f348535f25b57d40ce9df78 /Source/CTest/cmCTestSubmitCommand.cxx
parent3e0db72aaab91e9ece9b2e6eb01e78c63d094b61 (diff)
downloadCMake-be7824c3690df5b6f7a82f198f32f78cc4176709.zip
CMake-be7824c3690df5b6f7a82f198f32f78cc4176709.tar.gz
CMake-be7824c3690df5b6f7a82f198f32f78cc4176709.tar.bz2
ENH: make sure CTEST_CURL_OPTIONS work from script mode
Diffstat (limited to 'Source/CTest/cmCTestSubmitCommand.cxx')
-rw-r--r--Source/CTest/cmCTestSubmitCommand.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSubmitCommand.cxx b/Source/CTest/cmCTestSubmitCommand.cxx
index 7dfa461..2b317a4 100644
--- a/Source/CTest/cmCTestSubmitCommand.cxx
+++ b/Source/CTest/cmCTestSubmitCommand.cxx
@@ -92,6 +92,8 @@ cmCTestGenericHandler* cmCTestSubmitCommand::InitializeHandler()
}
this->CTest->SetCTestConfigurationFromCMakeVariable(this->Makefile,
+ "CurlOptions", "CTEST_CURL_OPTIONS");
+ this->CTest->SetCTestConfigurationFromCMakeVariable(this->Makefile,
"DropSiteUser", "CTEST_DROP_SITE_USER");
this->CTest->SetCTestConfigurationFromCMakeVariable(this->Makefile,
"DropSitePassword", "CTEST_DROP_SITE_PASSWORD");