Skip to content
Snippets Groups Projects
Commit e2c8b4db authored by Charles Peyrega's avatar Charles Peyrega
Browse files

BUG: Desactivate OTB_CURL_MULTI_AVAILABLE handling in otbCurlHelper.cxx

parent 6a7732b1
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,8 @@ int CurlHelper::RetrieveFileMulti(const std::vector<std::string>& listURLs,
int maxConnect) const
{
#ifdef OTB_USE_CURL
#ifdef OTB_CURL_MULTI_AVAILABLE
#if 0
//#ifdef OTB_CURL_MULTI_AVAILABLE
otbMsgDevMacro(<< "Using curl multi");
// Initialize curl handle resource
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment